aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2010-08-19 08:16:24 +0200
committerHans Bolinder <[email protected]>2010-08-19 08:16:24 +0200
commit9bd5eae8bfae5d12a59d02d01af9288337de5f6b (patch)
treed7fa1b5e60490683ab472877b62825bdacda6522 /system
parent1f200bbf7c8dede1863d1de9ba584bec84c81aac (diff)
parentcd84edac7b3affa023c0e3588ab36589c683126b (diff)
downloadotp-9bd5eae8bfae5d12a59d02d01af9288337de5f6b.tar.gz
otp-9bd5eae8bfae5d12a59d02d01af9288337de5f6b.tar.bz2
otp-9bd5eae8bfae5d12a59d02d01af9288337de5f6b.zip
Merge branch 'hb/type_reference/OTP-8733' into dev
* hb/type_reference/OTP-8733: reference() substituted for ref() in docs
Diffstat (limited to 'system')
-rwxr-xr-xsystem/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 a3660713e4..52dc0c943e 100755
--- a/system/doc/reference_manual/typespec.xml
+++ b/system/doc/reference_manual/typespec.xml
@@ -96,7 +96,7 @@ Type :: any() %% The top type, the set of all Erlang terms.
| none() %% The bottom type, contains no terms.
| pid()
| port()
- | ref()
+ | reference()
| [] %% nil
| Atom
| Binary