From 33fe60df7c1661d0a2af979351ae8f3c8a9e5494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 11 Jan 2017 14:52:22 +0100 Subject: records.xml: Remove a superfluous reference to OTP R8 --- system/doc/reference_manual/records.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/doc') 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 @@
 #Name{Field1=Expr1,...,FieldK=ExprK, _=ExprL}

Omitted fields then get the value of evaluating ExprL - 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.

+ instead of their default values. This feature is primarily + intended to be used to create patterns for ETS and Mnesia match + functions.

Example:

 -record(person, {name, phone, address}).
-- 
cgit v1.2.3