diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-04-26 12:08:01 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-04-28 16:16:11 +0200 |
commit | 457baf8eb9c5d6d5b1b46504e98a39e566aa4f58 (patch) | |
tree | 131ab66fe3dfb4023078ecbb14bf367a20eac70f | |
parent | c693869484d5716b0d522aa01d54458722bb9c18 (diff) | |
download | otp-457baf8eb9c5d6d5b1b46504e98a39e566aa4f58.tar.gz otp-457baf8eb9c5d6d5b1b46504e98a39e566aa4f58.tar.bz2 otp-457baf8eb9c5d6d5b1b46504e98a39e566aa4f58.zip |
doc: Correct shorthand typo
-rw-r--r-- | system/doc/reference_manual/typespec.xml | 2 |
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() => 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> |