diff --git a/examples/generics/generics.sh b/examples/generics/generics.sh index 82aa87e..0695f4f 100644 --- a/examples/generics/generics.sh +++ b/examples/generics/generics.sh @@ -4,4 +4,4 @@ list: [10 13 23] # Note: The order of iteration over map keys is not defined in Go, # so different invocations may result in different orders. -# The output need not necessarily be keys=[1 2 4]. \ No newline at end of file +# The output need not necessarily be keys: [1 2 4]. \ No newline at end of file