Fix up comment length and text, and generate public/

This commit is contained in:
Eli Bendersky
2023-12-09 10:25:43 -08:00
parent 6fdb46ead6
commit ef7998951d
2 changed files with 18 additions and 5 deletions

View File

@@ -2,6 +2,6 @@ $ go run generics.go
keys: [4 1 2]
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].
# Note: The order of iteration over map keys is not
# defined in Go, so different invocations may
# result in different orders.