diff options
author | Elliot Waite <elliot@elliotwaite.com> | 2021-01-25 05:59:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 14:59:19 +0100 |
commit | 0436a7cffd729187d63f3310c19dbf4b88f72c13 (patch) | |
tree | 6c46f3af81cb6ced058d1be7abaa62675c4ed247 /doc/manual_experimental.rst | |
parent | 20993047ce05aaa1e7015d0db17995fed829da4a (diff) | |
download | Nim-0436a7cffd729187d63f3310c19dbf4b88f72c13.tar.gz |
Make small text changes in the docs (#16634)
* Fix broken links in docs * Fix rand HSlice links * Make small text changes in the docs * Fix typo in contributing docs
Diffstat (limited to 'doc/manual_experimental.rst')
-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 a0cd9f636..02602d98d 100644 --- a/doc/manual_experimental.rst +++ b/doc/manual_experimental.rst @@ -204,7 +204,7 @@ Automatic dereferencing ======================= Automatic dereferencing is performed for the first argument of a routine call. -This feature has to be only enabled via ``{.experimental: "implicitDeref".}``: +This feature has to be enabled via ``{.experimental: "implicitDeref".}``: .. code-block:: nim {.experimental: "implicitDeref".} |