Skip to content

Commit 4be02d9

Browse files
felix314159winsvega
authored andcommitted
minor fix: added missing parenthesis
1 parent d102d2f commit 4be02d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/state-transition-tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ These are examples of the values that **:abi** can have.
446446

447447
* A string which could be any size
448448

449-
* **:abi g(uint256[][],string[]) [[1,2],[3],[4,5] ["one","two","three"]**:
449+
* **:abi g(uint256[][],string[]) [[1,2],[3],[4,5]] ["one","two","three"]**:
450450
Call **g** with two parameters, a two dimensional array of uint256 values and
451451
an array of strings.
452452

0 commit comments

Comments
 (0)