diff options
author | Rory O’Kane <rory@roryokane.com> | 2020-03-25 16:08:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 21:08:24 +0100 |
commit | febd48f3432f908e7767d1e7f894748c617d1700 (patch) | |
tree | bde7dfc7016c2954d9abce344d75b3d7b94c2309 /doc | |
parent | 84b378b94fffed6e4e32cfebdd940a80425226d2 (diff) | |
download | Nim-febd48f3432f908e7767d1e7f894748c617d1700.tar.gz |
[skip ci] docs: reword Part 3 link to communicate that it exists (#13755)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tut2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tut2.rst b/doc/tut2.rst index d9a37f7ec..9dbfa39c3 100644 --- a/doc/tut2.rst +++ b/doc/tut2.rst @@ -677,4 +677,4 @@ JavaScript-compatible code you should remember the following: Part 3 ====== -Next part will be entirely about metaprogramming via macros: `Part III <tut3.html>`_ +The next part is entirely about metaprogramming via macros: `Part III <tut3.html>`_ |