Skip to content

Commit

Permalink
expressions.xml: Remove superfluous references to OTP R7/R10
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Jan 11, 2017
1 parent aff9b42 commit 14de544
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions system/doc/reference_manual/expressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,9 @@ member(_Elem, []) ->
or <c>receive</c> expression must be bound in all branches
to have a value outside the expression. Otherwise they
are regarded as 'unsafe' outside the expression.</p>
<p>For the <c>try</c> expression introduced in
Erlang 5.4/OTP R10B, variable scoping is limited so that
<p>For the <c>try</c> expression variable scoping is limited so that
variables bound in the expression are always 'unsafe' outside
the expression. This is to be improved.</p>
the expression.</p>
</section>

<section>
Expand Down Expand Up @@ -189,7 +188,6 @@ f([$p,$r,$e,$f,$i,$x | Str]) -> ...</pre>
<pre>
case {Value, Result} of
{?THRESHOLD+1, ok} -> ...</pre>
<p>This feature was added in Erlang 5.0/OTP R7.</p>
</section>
</section>

Expand Down Expand Up @@ -1348,8 +1346,8 @@ catch
ExceptionBodyN
end</code>
<p>This is an enhancement of
<seealso marker="#catch">catch</seealso> that appeared in
Erlang 5.4/OTP R10B. It gives the possibility to:</p>
<seealso marker="#catch">catch</seealso>.
It gives the possibility to:</p>
<list type="bulleted">
<item>Distinguish between different exception classes.</item>
<item>Choose to handle only the desired ones.</item>
Expand Down

0 comments on commit 14de544

Please sign in to comment.