Skip to content

Commit 70f2d39

Browse files
committed
lib/format: Fix incorrect @go.array_printf comment
Meant to say ASCII Unit Separator in #107, not Record Separator.
1 parent d15a052 commit 70f2d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# provides a portable means of printing to an array variable while avoiding the
2424
# use of `eval`.
2525
#
26-
# NOTE: By default, this function relies on the ASCII Record Separator character
26+
# NOTE: By default, this function relies on the ASCII Unit Separator character
2727
# ($'\x1f') to delimit generated strings before splitting them into the result
2828
# array. If you have strings containing this character, you can set a new
2929
# delimiter via `_GO_ARRAY_PRINTF_DELIMITER`.

0 commit comments

Comments
 (0)