Skip to content

Commit

Permalink
Fixes some minor typos in nimsuggest.rst (nim-lang#9223)
Browse files Browse the repository at this point in the history
* Fix Minor typo in nimsuggest.rst

* Fixes two more typo in nimsuggest.rst
  • Loading branch information
technicallyagd authored and krux02 committed Oct 15, 2018
1 parent ba30000 commit 83d0ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/nimsuggest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 83d0ef2

Please sign in to comment.