Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit 4e62e1b

Browse files
authored
Include c0 in README
1 parent a25e2f9 commit 4e62e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can use < or > at the beginning of the format string to specify the byte ord
2323
"f" a float (4 bytes).
2424
"d" a double (8 bytes).
2525
"s" a zero-terminated string.
26-
"cn" a sequence of exactly n chars corresponding to a single Lua string.
26+
"cn" a sequence of exactly n chars corresponding to a single Lua string (if n <= 0 then the string length is taken).
2727
```
2828
### how to use it?
2929
```lua

0 commit comments

Comments
 (0)