Updated comment

This commit is contained in:
Akhil Kumar 2023-12-09 15:37:17 +00:00
parent 6351bb1a96
commit f4742c61ca

View File

@ -4,4 +4,4 @@ list: [10 13 23]
# Note: The order of iteration over map keys is not defined in Go, # Note: The order of iteration over map keys is not defined in Go,
# so different invocations may result in different orders. # so different invocations may result in different orders.
# The output need not necessarily be keys=[1 2 4]. # The output need not necessarily be keys: [1 2 4].