diff options
author | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-17 20:13:04 -0700 |
---|---|---|
committer | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-22 17:59:12 -0700 |
commit | 3ad48069d37d42cc56e48399bb429dc50416e556 (patch) | |
tree | 00e592c116b8039210c2563e4b5e4777b8c5fae5 /doc/nimsuggest.rst | |
parent | e6d5379b3b0c5ea00ea59b74ed2ec35d2bd0a3da (diff) | |
download | Nim-3ad48069d37d42cc56e48399bb429dc50416e556.tar.gz |
Fix word wrapping
Diffstat (limited to 'doc/nimsuggest.rst')
-rw-r--r-- | doc/nimsuggest.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/nimsuggest.rst b/doc/nimsuggest.rst index 51e6e7f06..a5d0d65b9 100644 --- a/doc/nimsuggest.rst +++ b/doc/nimsuggest.rst @@ -105,9 +105,9 @@ completion symbols at some point in the file. The typical usage scenario for this option is to call it after the user has typed the dot character for `the object oriented call -syntax <tut2.html#object-oriented-programming-method-call-syntax>`_. Nimsuggest will try to return -the suggestions sorted first by scope (from innermost to outermost) -and then by item name. +syntax <tut2.html#object-oriented-programming-method-call-syntax>`_. +Nimsuggest will try to return the suggestions sorted first by scope +(from innermost to outermost) and then by item name. Invocation context |