Fixed small typos.
This commit is contained in:
parent
f89bd7d3e0
commit
8a8ddf45eb
|
@ -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…
Reference in New Issue