diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-10-15 23:25:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-15 23:25:04 +0800 |
commit | a74c9aefa7020b20f0eeef988c4faf98806fc921 (patch) | |
tree | a5442792f93dacd0cb1bb4d74566461e91dc723e | |
parent | d9bb4b44a4409db607ee74739f9a5ce1bd557067 (diff) | |
parent | afef6faeb6951ad147b28efa32c9839874aea890 (diff) | |
download | dexon-solidity-a74c9aefa7020b20f0eeef988c4faf98806fc921.tar.gz dexon-solidity-a74c9aefa7020b20f0eeef988c4faf98806fc921.tar.zst dexon-solidity-a74c9aefa7020b20f0eeef988c4faf98806fc921.zip |
Merge pull request #3079 from walter-weinmann/wwe
grammar.txt: spelling error uixed.
-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* '}' |