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 2aeeef8 commit b36a3c6Copy full SHA for b36a3c6
docs/types/value-types.rst
@@ -507,7 +507,7 @@ String literals are written with either double or single-quotes (``"foo"`` or ``
507
508
For example, with ``bytes32 samevar = "stringliteral"`` the string literal is interpreted in its raw byte form when assigned to a ``bytes32`` type.
509
510
-String literals can only contain printable ASCII characters, which means the characters between and including 0x1F .. 0x7E.
+String literals can only contain printable ASCII characters, which means the characters between and including 0x20 .. 0x7E.
511
512
Additionally, string literals also support the following escape characters:
513
0 commit comments