aboutsummaryrefslogtreecommitdiffstats
path: root/docs/types.rst
diff options
context:
space:
mode:
authorChris Ward <chriswhward@gmail.com>2018-07-30 20:11:40 +0800
committerChris Ward <chriswhward@gmail.com>2018-07-30 21:48:06 +0800
commit6c3a2f8e9ba09f58a94b75e6e4b1f91f48886389 (patch)
tree919b55b4e4658d887eaa4632c889341f199e71b7 /docs/types.rst
parent705cbbc19a96c465b06973cd832c3674b956eba8 (diff)
downloaddexon-solidity-6c3a2f8e9ba09f58a94b75e6e4b1f91f48886389.tar.gz
dexon-solidity-6c3a2f8e9ba09f58a94b75e6e4b1f91f48886389.tar.zst
dexon-solidity-6c3a2f8e9ba09f58a94b75e6e4b1f91f48886389.zip
Clarify what ‘memory type’ is
Use RST links
Diffstat (limited to 'docs/types.rst')
-rw-r--r--docs/types.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/types.rst b/docs/types.rst
index c81dee33..d6767b54 100644
--- a/docs/types.rst
+++ b/docs/types.rst
@@ -509,6 +509,8 @@ them can be quite expensive, we have to think about whether we want them to be
stored in **memory** (which is not persisting) or **storage** (where the state
variables are held).
+.. _data-location:
+
Data location
-------------