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(-) (limited to 'docs') 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 v1.2.3