fixing typo and alignment

This commit is contained in:
Lefteris Karapetsas 2014-11-19 02:02:30 +01:00
parent 3174f5eca3
commit 4e6d3a38cd
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ private:
bool scanHexByte(char& o_scannedByte);
/// Scans a single JavaScript token.
/// Scans a single Solidity token.
void scanToken(bool _skipDocumentationComments = true);
/// Skips all whitespace and @returns true if something was skipped.