diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2014-11-19 09:02:30 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2014-11-19 09:05:55 +0800 |
commit | 4e6d3a38cd780457a6a3cfb480f880af802f661a (patch) | |
tree | 7005311a40bbf1d0659b6b7a3b05e8f5a7a23371 /Scanner.h | |
parent | 3174f5eca34d8a86f3105fae93f333fdb5535e4d (diff) | |
download | dexon-solidity-4e6d3a38cd780457a6a3cfb480f880af802f661a.tar.gz dexon-solidity-4e6d3a38cd780457a6a3cfb480f880af802f661a.tar.zst dexon-solidity-4e6d3a38cd780457a6a3cfb480f880af802f661a.zip |
fixing typo and alignment
Diffstat (limited to 'Scanner.h')
-rw-r--r-- | Scanner.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |