mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Fixed small typos.
This commit is contained in:
parent
f89bd7d3e0
commit
8a8ddf45eb
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ The following examples assume that we are analyzing a simple file called hellowo
|
|||
### Token Count
|
||||
The "--tokenCount" or "-t" option prints the number of tokens in the given file
|
||||
|
||||
$ dscanner --tokencount helloworld.d
|
||||
$ dscanner --tokenCount helloworld.d
|
||||
20
|
||||
|
||||
### Import Listing
|
||||
|
|
|
@ -2281,7 +2281,7 @@ class ClassFour(A, B) if (someTest()) : Super {}}c;
|
|||
{
|
||||
if (!canBeRange)
|
||||
{
|
||||
error(`Cannot have more than one foreach varible for a foreach range statement`);
|
||||
error(`Cannot have more than one foreach variable for a foreach range statement`);
|
||||
return null;
|
||||
}
|
||||
advance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue