mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixing typo and alignment
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user