aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-10-15 23:25:04 +0800
committerGitHub <noreply@github.com>2017-10-15 23:25:04 +0800
commita74c9aefa7020b20f0eeef988c4faf98806fc921 (patch)
treea5442792f93dacd0cb1bb4d74566461e91dc723e
parentd9bb4b44a4409db607ee74739f9a5ce1bd557067 (diff)
parentafef6faeb6951ad147b28efa32c9839874aea890 (diff)
downloaddexon-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.txt2
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* '}'