Skip to content

Commit

Permalink
docs: Fix typo in tut1.rst (#19324)
Browse files Browse the repository at this point in the history
  • Loading branch information
NanXiao authored Jan 4, 2022
1 parent 35cae73 commit 39a2778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tut1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ errors.

Lossless `Automatic type conversion`:idx: is performed in expressions where different
kinds of integer types are used. However, if the type conversion
would cause loss of information, the ``RangeDefect``:idx: is raised (if the error
would cause loss of information, the `RangeDefect`:idx: is raised (if the error
cannot be detected at compile time).


Expand Down

0 comments on commit 39a2778

Please sign in to comment.