From 2dd23cec7a9ac9a6aca2de28d442dac9a1435c8e Mon Sep 17 00:00:00 2001 From: James Ray Date: Mon, 12 Jun 2017 17:36:51 +1000 Subject: Create types.rst 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). --- docs/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types.rst b/docs/types.rst index c400aecb..9abbd464 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -655,7 +655,7 @@ Members contract ArrayContract { uint[2**20] m_aLotOfIntegers; - // Note that the following is not a pair of arrays but an array of pairs. + // 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 -- cgit From 39a7b63897016a9cf6c9bb810b98d5847631aba8 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 12 Jun 2017 17:21:19 +0200 Subject: Added linebreak. --- docs/types.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit