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 43f29c0 commit 07c9384Copy full SHA for 07c9384
docs/types/value-types.rst
@@ -463,7 +463,7 @@ There is no additional semantic meaning added to a number literal containing und
463
the underscores are ignored.
464
465
Number literal expressions retain arbitrary precision until they are converted to a non-literal type (i.e. by
466
-using them together with anything else than a number literal expression (like boolean literals) or by explicit conversion).
+using them together with anything other than a number literal expression (like boolean literals) or by explicit conversion).
467
This means that computations do not overflow and divisions do not truncate
468
in number literal expressions.
469
0 commit comments