From 1847536d6d88c53c9a0614259cc9d8fde196bb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Mon, 6 Apr 2020 10:15:13 +0200 Subject: [PATCH] reference-types.rst: Minor text correction, itself -> themselves --- docs/types/reference-types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/reference-types.rst b/docs/types/reference-types.rst index 1566a8859..09e863394 100644 --- a/docs/types/reference-types.rst +++ b/docs/types/reference-types.rst @@ -500,7 +500,7 @@ shown in the following example: The contract does not provide the full functionality of a crowdfunding contract, but it contains the basic concepts necessary to understand structs. -Struct types can be used inside mappings and arrays and they can itself +Struct types can be used inside mappings and arrays and they can themselves contain mappings and arrays. It is not possible for a struct to contain a member of its own type,