diff options
author | Clyybber <darkmine956@gmail.com> | 2020-10-01 19:58:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 19:58:08 +0200 |
commit | 800d6204cd1e55919fb608ed8f151774894ee2b7 (patch) | |
tree | 2dbe6fb66f5acf3eb4c93d5b0e877c99f345aadf /doc | |
parent | 84d9b1227d036e2286cbceace0d8dd27c515c62b (diff) | |
download | Nim-800d6204cd1e55919fb608ed8f151774894ee2b7.tar.gz |
Fix "arraq" typo :)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual_experimental.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual_experimental.rst b/doc/manual_experimental.rst index a71fd00b9..109399d61 100644 --- a/doc/manual_experimental.rst +++ b/doc/manual_experimental.rst @@ -1906,7 +1906,7 @@ Let ``source`` be one of: not cover locals of inner procs. - A thread-local ``var`` or ``let``. - A global ``let`` or ``const``. -- A constant arraq/seq/object/tuple constructor. +- A constant array/seq/object/tuple constructor. Path expressions |