Skip to content

Commit

Permalink
stdlib: Fix grammar in ETS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TD5 authored Jan 27, 2023
1 parent e8f26bb commit dd2986a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/stdlib/doc/src/ets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1222,8 +1222,8 @@ ets:select(Table, MatchSpec),</code>
means that to an <c>ordered_set</c> table, <c>integer()</c>
<c>1</c> and <c>float()</c> <c>1.0</c> are regarded as equal.
This also means that the
key used to lookup an element not necessarily
<em>matches</em> the key in the returned elements, if
key used to lookup an element does not necessarily
<em>match</em> the key in the returned elements, if
<c>float()</c>'s and <c>integer()</c>'s are mixed in
keys of a table.</p>
</item>
Expand Down

0 comments on commit dd2986a

Please sign in to comment.