diff options
Diffstat (limited to 'system/doc/reference_manual')
-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> |