diff options
author | Henrik Nord <[email protected]> | 2015-10-13 12:26:14 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-10-13 12:26:14 +0200 |
commit | 60be19014474a39d9b611ef7749bffa1f6096bc1 (patch) | |
tree | f302ad295d3ea5234805c15c4071b36cb7f7c306 /lib/stdlib | |
parent | c101e41848aa8deadc2950723eacc56f0b4d4b4a (diff) | |
parent | ad264b2ac5724e3043b7dafa09eb4da0b971bf8e (diff) | |
download | otp-60be19014474a39d9b611ef7749bffa1f6096bc1.tar.gz otp-60be19014474a39d9b611ef7749bffa1f6096bc1.tar.bz2 otp-60be19014474a39d9b611ef7749bffa1f6096bc1.zip |
Merge branch 'entropiae/patch-2' into maint
* entropiae/patch-2:
Fixed typo in ets documentation
Diffstat (limited to 'lib/stdlib')
-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 |