aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorwalter-weinmann <walter.weinmann@gmail.com>2017-10-14 21:48:14 +0800
committerwalter-weinmann <walter.weinmann@gmail.com>2017-10-14 21:48:14 +0800
commitafef6faeb6951ad147b28efa32c9839874aea890 (patch)
treea5442792f93dacd0cb1bb4d74566461e91dc723e /docs
parentd9bb4b44a4409db607ee74739f9a5ce1bd557067 (diff)
downloaddexon-solidity-afef6faeb6951ad147b28efa32c9839874aea890.tar
dexon-solidity-afef6faeb6951ad147b28efa32c9839874aea890.tar.gz
dexon-solidity-afef6faeb6951ad147b28efa32c9839874aea890.tar.bz2
dexon-solidity-afef6faeb6951ad147b28efa32c9839874aea890.tar.lz
dexon-solidity-afef6faeb6951ad147b28efa32c9839874aea890.tar.xz
dexon-solidity-afef6faeb6951ad147b28efa32c9839874aea890.tar.zst
dexon-solidity-afef6faeb6951ad147b28efa32c9839874aea890.zip
grammar.txt: spelling error uixed.
Diffstat (limited to 'docs')
-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* '}'