diff options
author | Henrik Nord <[email protected]> | 2015-10-13 12:26:26 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-10-13 12:26:26 +0200 |
commit | c0178877c9d404b90d71f52e6324d5c40ceae905 (patch) | |
tree | 45015002c7e0884a310449e4de34acefec4f14b4 /lib/stdlib/doc | |
parent | 360538d3a22042c1616957acae505dbc05786aa6 (diff) | |
parent | 60be19014474a39d9b611ef7749bffa1f6096bc1 (diff) | |
download | otp-c0178877c9d404b90d71f52e6324d5c40ceae905.tar.gz otp-c0178877c9d404b90d71f52e6324d5c40ceae905.tar.bz2 otp-c0178877c9d404b90d71f52e6324d5c40ceae905.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib/doc')
-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 03b995e4de..ee2bf96cb7 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -916,7 +916,7 @@ ets:select(Table,MatchSpec),</code> </item> <item> <p><c>{keypos,<anno>Pos</anno>}</c> - Specfies which element in the stored tuples should be + Specifies which element in the stored tuples should be used as key. By default, it is the first element, i.e. <c><anno>Pos</anno>=1</c>. However, this is not always appropriate. In particular, we do not want the first element to be the |