From 2eeb67a4a9596d0b43f6a903eee267f9eaf2b827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Tr=C3=B3n?= Date: Mon, 22 Feb 2016 11:37:53 +1100 Subject: [PATCH] fix typo --- EIPS/eip-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-5.md b/EIPS/eip-5.md index 548bd008..243d77ca 100644 --- a/EIPS/eip-5.md +++ b/EIPS/eip-5.md @@ -49,7 +49,7 @@ Furthermore, charging gas for areas of memory that are not actually written to i This proposal tries to solve both problems: A caller can choose to provide a gigantic area of memory at the end of their memory area. The callee can "write" to it by returning and the -caller is only changed for the memory area that is actually written. +caller is only charged for the memory area that is actually written. This makes it possible to return dynamic data like strings and dynamically-sized arrays in a very flexible way. It is even possible to determine the size of the returned data: