summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNan Xiao <nan@chinadtrace.org>2022-01-04 17:42:21 +0800
committerGitHub <noreply@github.com>2022-01-04 10:42:21 +0100
commit39a27783fc0d43e9828bb031cc811042226407b9 (patch)
treef40f7500559eb4d45730447ebb30e0b26e0a9f06
parent35cae73aa5c39b950386febfa5182bab920ddfbb (diff)
downloadNim-39a27783fc0d43e9828bb031cc811042226407b9.tar.gz
docs: Fix typo in tut1.rst (#19324)
-rw-r--r--doc/tut1.rst2
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).