diff options
author | Andy Davidoff <disruptek@users.noreply.github.com> | 2019-04-15 02:44:45 -0400 |
---|---|---|
committer | Miran <narimiran@disroot.org> | 2019-04-15 08:44:45 +0200 |
commit | e2848ccd2bb1da93d729a6dffb201cea80b9cae4 (patch) | |
tree | 861b8eb644808906eb2362f06c350f8c0ba80a60 | |
parent | 107905919e3ede0f57017d3c6bf309fa44910ba6 (diff) | |
download | Nim-e2848ccd2bb1da93d729a6dffb201cea80b9cae4.tar.gz |
minor capitalization typo in manual (#11028) [ci skip]
-rw-r--r-- | doc/manual.rst | 2 |
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: |