aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorZandra Hird <[email protected]>2015-08-13 09:07:44 +0200
committerZandra Hird <[email protected]>2015-08-13 09:07:44 +0200
commit06177b40bac3cdf2c8715c8466e15b46d7c78498 (patch)
tree3bc8c53971a8acdfda57a09720f0443d7ec5eb80 /lib/stdlib
parentf3769aa1f4f4ab05b8c49acbee7c5bb57928266d (diff)
parent998663642c63d753d2c9284f5fda9447b59930d9 (diff)
downloadotp-06177b40bac3cdf2c8715c8466e15b46d7c78498.tar.gz
otp-06177b40bac3cdf2c8715c8466e15b46d7c78498.tar.bz2
otp-06177b40bac3cdf2c8715c8466e15b46d7c78498.zip
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/ets.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index ab1a5900b9..03b995e4de 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -610,7 +610,7 @@ ets:is_compiled_ms(Broken).</code>
<p>Returns the last key <c><anno>Key</anno></c> according to Erlang term
order in the table <c>Tab</c> of the <c>ordered_set</c> type.
If the table is of any other type, the function is synonymous
- to <c>first/2</c>. If the table is empty,
+ to <c>first/1</c>. If the table is empty,
<c>'$end_of_table'</c> is returned.</p>
<p>Use <c>prev/2</c> to find preceding keys in the table.</p>
</desc>