diff options
author | Nan Xiao <nan@chinadtrace.org> | 2022-01-04 17:42:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 10:42:21 +0100 |
commit | 39a27783fc0d43e9828bb031cc811042226407b9 (patch) | |
tree | f40f7500559eb4d45730447ebb30e0b26e0a9f06 | |
parent | 35cae73aa5c39b950386febfa5182bab920ddfbb (diff) | |
download | Nim-39a27783fc0d43e9828bb031cc811042226407b9.tar.gz |
docs: Fix typo in tut1.rst (#19324)
-rw-r--r-- | doc/tut1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tut1.rst b/doc/tut1.rst index d8e0ec8e4..3107aef45 100644 --- a/doc/tut1.rst +++ b/doc/tut1.rst @@ -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). |