Skip to content

Commit

Permalink
nimsuggest: minor doc addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Mar 3, 2017
1 parent 6c0304f commit 3b0430b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/suggest.nim
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
## - Finally, sort matches by relevance. The relevance is determined by the
## number of usages, so ``strutils.replace`` comes before
## ``strutils.wordWrap``.
## - In any case, sorting also considers scoping information. Local variables
## get high priority.

# included from sigmatch.nim

Expand Down

0 comments on commit 3b0430b

Please sign in to comment.