diff options
author | chriseth <chris@ethereum.org> | 2017-06-12 23:21:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 23:21:19 +0800 |
commit | 39a7b63897016a9cf6c9bb810b98d5847631aba8 (patch) | |
tree | bed717057176d73f3238ad9848d3f5f4e0ed092b /docs/types.rst | |
parent | 2dd23cec7a9ac9a6aca2de28d442dac9a1435c8e (diff) | |
download | dexon-solidity-39a7b63897016a9cf6c9bb810b98d5847631aba8.tar.gz dexon-solidity-39a7b63897016a9cf6c9bb810b98d5847631aba8.tar.zst dexon-solidity-39a7b63897016a9cf6c9bb810b98d5847631aba8.zip |
Added linebreak.
Diffstat (limited to 'docs/types.rst')
-rw-r--r-- | docs/types.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/types.rst b/docs/types.rst index 9abbd464..1c9a9764 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -655,7 +655,8 @@ Members contract ArrayContract { uint[2**20] m_aLotOfIntegers; - // Note that the following is not a pair of dynamic arrays but a dynamic array of pairs (i.e. of fixed size arrays of length two). + // Note that the following is not a pair of dynamic arrays but a + // dynamic array of pairs (i.e. of fixed size arrays of length two). bool[2][] m_pairsOfFlags; // newPairs is stored in memory - the default for function arguments |