diff options
author | walter-weinmann <walter.weinmann@gmail.com> | 2017-10-14 21:48:14 +0800 |
---|---|---|
committer | walter-weinmann <walter.weinmann@gmail.com> | 2017-10-14 21:48:14 +0800 |
commit | afef6faeb6951ad147b28efa32c9839874aea890 (patch) | |
tree | a5442792f93dacd0cb1bb4d74566461e91dc723e /docs/grammar.txt | |
parent | d9bb4b44a4409db607ee74739f9a5ce1bd557067 (diff) | |
download | dexon-solidity-afef6faeb6951ad147b28efa32c9839874aea890.tar.gz dexon-solidity-afef6faeb6951ad147b28efa32c9839874aea890.tar.zst dexon-solidity-afef6faeb6951ad147b28efa32c9839874aea890.zip |
grammar.txt: spelling error uixed.
Diffstat (limited to 'docs/grammar.txt')
-rw-r--r-- | docs/grammar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/grammar.txt b/docs/grammar.txt index 041728c5..72364b7c 100644 --- a/docs/grammar.txt +++ b/docs/grammar.txt @@ -145,7 +145,7 @@ Byte = 'byte' | 'bytes' | 'bytes1' | 'bytes2' | 'bytes3' | 'bytes4' | 'bytes5' | Fixed = 'fixed' | ( 'fixed' DecimalNumber 'x' DecimalNumber ) -Uixed = 'ufixed' | ( 'ufixed' DecimalNumber 'x' DecimalNumber ) +Ufixed = 'ufixed' | ( 'ufixed' DecimalNumber 'x' DecimalNumber ) InlineAssemblyBlock = '{' AssemblyItem* '}' |