aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/reference_manual
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-01-11 14:52:22 +0100
committerBjörn Gustavsson <[email protected]>2017-01-11 14:52:22 +0100
commit33fe60df7c1661d0a2af979351ae8f3c8a9e5494 (patch)
tree5e1f7b5da510fcc819b16d3f14f482fac05cf780 /system/doc/reference_manual
parented3307e38a22c7dc02057b75c8dbc12410c11ea4 (diff)
downloadotp-33fe60df7c1661d0a2af979351ae8f3c8a9e5494.tar.gz
otp-33fe60df7c1661d0a2af979351ae8f3c8a9e5494.tar.bz2
otp-33fe60df7c1661d0a2af979351ae8f3c8a9e5494.zip
records.xml: Remove a superfluous reference to OTP R8
Diffstat (limited to 'system/doc/reference_manual')
-rw-r--r--system/doc/reference_manual/records.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/doc/reference_manual/records.xml b/system/doc/reference_manual/records.xml
index 12a3e697cd..1eb13b353e 100644
--- a/system/doc/reference_manual/records.xml
+++ b/system/doc/reference_manual/records.xml
@@ -72,9 +72,9 @@
<pre>
#Name{Field1=Expr1,...,FieldK=ExprK, _=ExprL}</pre>
<p>Omitted fields then get the value of evaluating <c>ExprL</c>
- instead of their default values. This feature was added in
- Erlang 5.1/OTP R8 and is primarily intended to be used to create
- patterns for ETS and Mnesia match functions.</p>
+ instead of their default values. This feature is primarily
+ intended to be used to create patterns for ETS and Mnesia match
+ functions.</p>
<p><em>Example:</em></p>
<pre>
-record(person, {name, phone, address}).