aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/reference_manual
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-04-26 12:08:01 +0200
committerHans Bolinder <[email protected]>2016-04-28 16:16:11 +0200
commit457baf8eb9c5d6d5b1b46504e98a39e566aa4f58 (patch)
tree131ab66fe3dfb4023078ecbb14bf367a20eac70f /system/doc/reference_manual
parentc693869484d5716b0d522aa01d54458722bb9c18 (diff)
downloadotp-457baf8eb9c5d6d5b1b46504e98a39e566aa4f58.tar.gz
otp-457baf8eb9c5d6d5b1b46504e98a39e566aa4f58.tar.bz2
otp-457baf8eb9c5d6d5b1b46504e98a39e566aa4f58.zip
doc: Correct shorthand typo
Diffstat (limited to 'system/doc/reference_manual')
-rw-r--r--system/doc/reference_manual/typespec.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/reference_manual/typespec.xml b/system/doc/reference_manual/typespec.xml
index 36ae252b2f..9e26e9058d 100644
--- a/system/doc/reference_manual/typespec.xml
+++ b/system/doc/reference_manual/typespec.xml
@@ -181,7 +181,7 @@
<p>
Because it is common to end a map type with <c>any() =&gt; any()</c> to denote
that keys that do not belong to any other pair in <c>PairList</c> are
- allowed, and may map to any value, the shorhand notation <c>...</c> is
+ allowed, and may map to any value, the shorthand notation <c>...</c> is
allowed as the last pair of a map type.
</p>
<p>