diff options
author | Clyybber <darkmine956@gmail.com> | 2020-06-28 18:03:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 18:03:39 +0200 |
commit | 4f70180a58ae46fcf313aed001242f8aa1252b1a (patch) | |
tree | c5bd256fb4ffdc97fd52250a4a5a58dd9844ddd5 /doc/hcr.rst | |
parent | c285739d55408bb5f75d3190a286d18ac883bd41 (diff) | |
download | Nim-4f70180a58ae46fcf313aed001242f8aa1252b1a.tar.gz |
Fix typo
Diffstat (limited to 'doc/hcr.rst')
-rw-r--r-- | doc/hcr.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hcr.rst b/doc/hcr.rst index f6db0ddfd..b2441dfbc 100644 --- a/doc/hcr.rst +++ b/doc/hcr.rst @@ -221,7 +221,7 @@ is a suitable place for implementing a program loop capable of calling Please note that reloading won't be possible when any of the type definitions in the program has been changed. When closure iterators are used (directly or -through async code), the reloaded refinitions will affect only newly created +through async code), the reloaded definitions will affect only newly created instances. Existing iterator instancess will execute their original code to completion. |