Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88091aa commit 5b7759fCopy full SHA for 5b7759f
1 file changed
Doc/lib/libstruct.tex
@@ -100,7 +100,7 @@ \section{\module{struct} ---
100
the length of the string, or 255, whichever is smaller. The bytes
101
of the string follow. If the string passed in to \function{pack()} is too
102
long (longer than the count minus 1), only the leading count-1 bytes of the
103
-string are stored, If the string is shorter than count-1, it is padded
+string are stored. If the string is shorter than count-1, it is padded
104
with null bytes so that exactly count bytes in all are used. Note that
105
for \function{unpack()}, the \character{p} format character consumes count
106
bytes, but that the string returned can never contain more than 255
0 commit comments