mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-30 15:20:03 +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
|
### Token Count
|
||||||
The "--tokenCount" or "-t" option prints the number of tokens in the given file
|
The "--tokenCount" or "-t" option prints the number of tokens in the given file
|
||||||
|
|
||||||
$ dscanner --tokencount helloworld.d
|
$ dscanner --tokenCount helloworld.d
|
||||||
20
|
20
|
||||||
|
|
||||||
### Import Listing
|
### Import Listing
|
||||||
|
|
|
@ -2281,7 +2281,7 @@ class ClassFour(A, B) if (someTest()) : Super {}}c;
|
||||||
{
|
{
|
||||||
if (!canBeRange)
|
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;
|
return null;
|
||||||
}
|
}
|
||||||
advance();
|
advance();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue