summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorClyybber <darkmine956@gmail.com>2020-03-31 22:59:43 +0200
committerGitHub <noreply@github.com>2020-03-31 22:59:43 +0200
commit515b6d661e0def97cfe06303fd753b1443fef83e (patch)
tree4f4d86310fd3215dae46e3209a05b87e815a91ab /doc
parent567af54bafb80a43d72a4e608fae59cac40222fa (diff)
downloadNim-515b6d661e0def97cfe06303fd753b1443fef83e.tar.gz
Small typo (#13824)
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index 4c1d5c659..84cf1d8c9 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -7217,7 +7217,7 @@ This is translated to:
 This is translated to a call to the ``schema`` macro with a `nnkTypeDef`
 AST node capturing both the left-hand side and right-hand side of the
 definition. The macro can return a potentially modified `nnkTypeDef` tree
-will replace the original row in the type section.
+which will replace the original row in the type section.
 
 When multiple macro pragmas are applied to the same definition, the
 compiler will apply them consequently from left to right. Each macro