summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndy Davidoff <disruptek@users.noreply.github.com>2019-04-15 02:44:45 -0400
committerMiran <narimiran@disroot.org>2019-04-15 08:44:45 +0200
commite2848ccd2bb1da93d729a6dffb201cea80b9cae4 (patch)
tree861b8eb644808906eb2362f06c350f8c0ba80a60
parent107905919e3ede0f57017d3c6bf309fa44910ba6 (diff)
downloadNim-e2848ccd2bb1da93d729a6dffb201cea80b9cae4.tar.gz
minor capitalization typo in manual (#11028) [ci skip]
-rw-r--r--doc/manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index 0a67dd3fa..2824f186a 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -2516,7 +2516,7 @@ the variable has been initialized and does not rely on syntactic properties:
     # use x
 
 
-let statement
+Let statement
 -------------
 
 A ``let`` statement declares new local and global `single assignment`:idx: