diff options
author | ihlec <ihle.cornelius@gmail.com> | 2020-12-02 09:15:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 09:15:29 +0100 |
commit | 5c23ba75456086e660d4baa1c43ec90ef8a2319d (patch) | |
tree | d3d2e25bb726300ca45fc07515068d6b5cf57008 /doc/manual.rst | |
parent | 84f2ad3068cb77247ee6a263b2d375685b28b850 (diff) | |
download | Nim-5c23ba75456086e660d4baa1c43ec90ef8a2319d.tar.gz |
fixed article duplication typos (#16216)
Diffstat (limited to 'doc/manual.rst')
-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 1a23c5997..97dbbda13 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -1948,7 +1948,7 @@ Nim supports these `calling conventions`:idx:\: hardware stack. `inline`:idx: - The inline convention means the the caller should not call the procedure, + The inline convention means the caller should not call the procedure, but inline its code directly. Note that Nim does not inline, but leaves this to the C compiler; it generates ``__inline`` procedures. This is only a hint for the compiler: it may completely ignore it and |