summary refs log tree commit diff stats
path: root/doc/nimsuggest.rst
diff options
context:
space:
mode:
authorJjp137 <Jjp137@users.noreply.github.com>2019-10-17 20:13:04 -0700
committerJjp137 <Jjp137@users.noreply.github.com>2019-10-22 17:59:12 -0700
commit3ad48069d37d42cc56e48399bb429dc50416e556 (patch)
tree00e592c116b8039210c2563e4b5e4777b8c5fae5 /doc/nimsuggest.rst
parente6d5379b3b0c5ea00ea59b74ed2ec35d2bd0a3da (diff)
downloadNim-3ad48069d37d42cc56e48399bb429dc50416e556.tar.gz
Fix word wrapping
Diffstat (limited to 'doc/nimsuggest.rst')
-rw-r--r--doc/nimsuggest.rst6
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