Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7666d9

Browse files
committed
Fixed errors introduced by previous commit
argotorg#565 introduced some errors in the documentation
1 parent 86c65c9 commit d7666d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/types.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ number of bytes, always use one of `bytes1` to `bytes32` because they are much c
140140
Fixed Point Numbers
141141
-------------------
142142

143-
**bold** COMING SOON... **bold**
143+
**COMING SOON...**
144144

145145
.. index:: literal, literal;rational
146146

@@ -187,6 +187,7 @@ a non-rational number).
187187
does not compile
188188

189189
::
190+
190191
uint128 a = 1;
191192
uint128 b = 2.5 + a + 0.5;
192193

0 commit comments

Comments
 (0)