diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-03 18:55:23 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-03 18:55:23 +0000 |
commit | 76006eeab33f263ec2243d18ad53827ae052373e (patch) | |
tree | a36cbc7a976801214a8709896b4706097ade2c59 | |
parent | 51f645d293b8978f6a51d65b2a8231eb2f36e3da (diff) | |
parent | ad1945f102a1f2c7e5213e01911649dab6338346 (diff) | |
download | Nim-76006eeab33f263ec2243d18ad53827ae052373e.tar.gz |
Merge pull request #1849 from rgieseke/patch-1
Fix typo
-rw-r--r-- | doc/idetools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/idetools.txt b/doc/idetools.txt index 5429d0c07..e04f530f4 100644 --- a/doc/idetools.txt +++ b/doc/idetools.txt @@ -145,7 +145,7 @@ The ``--usages`` idetools switch lists all usages of the symbol at a position. IDEs can use this to find all the places in the file where the symbol is used and offer the user to rename it in all places at the same time. Again, a pure string based search and -replace may catch symbols out of the scope of a funcion/loop. +replace may catch symbols out of the scope of a function/loop. For this kind of query the IDE will most likely ignore all the type/signature info provided by idetools and concentrate on the |