aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-12 23:21:19 +0800
committerGitHub <noreply@github.com>2017-06-12 23:21:19 +0800
commit39a7b63897016a9cf6c9bb810b98d5847631aba8 (patch)
treebed717057176d73f3238ad9848d3f5f4e0ed092b /docs
parent2dd23cec7a9ac9a6aca2de28d442dac9a1435c8e (diff)
downloaddexon-solidity-39a7b63897016a9cf6c9bb810b98d5847631aba8.tar
dexon-solidity-39a7b63897016a9cf6c9bb810b98d5847631aba8.tar.gz
dexon-solidity-39a7b63897016a9cf6c9bb810b98d5847631aba8.tar.bz2
dexon-solidity-39a7b63897016a9cf6c9bb810b98d5847631aba8.tar.lz
dexon-solidity-39a7b63897016a9cf6c9bb810b98d5847631aba8.tar.xz
dexon-solidity-39a7b63897016a9cf6c9bb810b98d5847631aba8.tar.zst
dexon-solidity-39a7b63897016a9cf6c9bb810b98d5847631aba8.zip
Added linebreak.
Diffstat (limited to 'docs')
-rw-r--r--docs/types.rst3
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