diff options
author | Zandra Hird <[email protected]> | 2015-08-12 14:15:38 +0200 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-08-12 14:15:38 +0200 |
commit | 998663642c63d753d2c9284f5fda9447b59930d9 (patch) | |
tree | 2e18993628700d0c40705b4174809981528129cb /lib | |
parent | e3b235cd67761c732546011d044ead641319617b (diff) | |
parent | 97cf9d7e253f516417d5faa87a5de51118c8a272 (diff) | |
download | otp-998663642c63d753d2c9284f5fda9447b59930d9.tar.gz otp-998663642c63d753d2c9284f5fda9447b59930d9.tar.bz2 otp-998663642c63d753d2c9284f5fda9447b59930d9.zip |
Merge branch 'toraritte/patch-1' into maint
* toraritte/patch-1:
Fix function reference (no first/2 in ets)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/doc/src/ets.xml | 2 |
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> |