Skip to content

Commit f2389b3

Browse files
committed
Change i.e. to e.g.
1 parent e4f9e1f commit f2389b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/control-structures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Inline assembly parses comments, literals and identifiers exactly as Solidity, s
337337
usual ``//`` and ``/* */`` comments. Inline assembly is initiated by ``assembly { ... }`` and inside
338338
these curly braces, the following can be used (see the later sections for more details)
339339

340-
- literals, i.e. ``0x123``, ``42`` or ``"abc"`` (strings up to 32 characters)
340+
- literals, e.g. ``0x123``, ``42`` or ``"abc"`` (strings up to 32 characters)
341341
- opcodes (in "instruction style"), e.g. ``mload sload dup1 sstore``, for a list see below
342342
- opcodes in functional style, e.g. ``add(1, mlod(0))``
343343
- labels, e.g. ``name:``

0 commit comments

Comments
 (0)