Fixes some minor typos in nimsuggest.rst (#9223)

* Fix Minor typo in nimsuggest.rst

* Fixes two more typo in nimsuggest.rst

(cherry picked from commit 85187d4ba3)
This commit is contained in:
technicallyagd
2018-10-09 23:45:00 +08:00
committed by narimiran
parent 0f080fdce3
commit 1e1a43dd23

View File

@@ -48,7 +48,7 @@ by default.
Specifying the location of the query
------------------------------------
Nimsuggest than waits for queries to process. A query consists of a
Nimsuggest then waits for queries to process. A query consists of a
cryptic 3 letter "command" ``def`` or ``con`` or ``sug`` or ``use`` followed by
a location. A query location consists of:
@@ -59,7 +59,7 @@ a location. A query location consists of:
``dirtyfile.nim``
This is optional.
The ``file`` paramater is enough for static analysis, but IDEs
The ``file`` parameter is enough for static analysis, but IDEs
tend to have *unsaved buffers* where the user may still be in
the middle of typing a line. In such situations the IDE can
save the current contents to a temporary file and then use the
@@ -143,7 +143,7 @@ tab characters (``\t``). The values of each column are:
``def`` for definition, ``sug`` for suggestion, etc).
2. Type of the symbol. This can be ``skProc``, ``skLet``, and just
about any of the enums defined in the module ``compiler/ast.nim``.
3. Full qualitifed path of the symbol. If you are querying a symbol
3. Fully qualified path of the symbol. If you are querying a symbol
defined in the ``proj.nim`` file, this would have the form
``proj.symbolName``.
4. Type/signature. For variables and enums this will contain the