diff options
author | Riccardo <[email protected]> | 2015-10-10 16:00:09 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-10-13 12:25:56 +0200 |
commit | ad264b2ac5724e3043b7dafa09eb4da0b971bf8e (patch) | |
tree | f302ad295d3ea5234805c15c4071b36cb7f7c306 /lib/stdlib/doc/src | |
parent | c101e41848aa8deadc2950723eacc56f0b4d4b4a (diff) | |
download | otp-ad264b2ac5724e3043b7dafa09eb4da0b971bf8e.tar.gz otp-ad264b2ac5724e3043b7dafa09eb4da0b971bf8e.tar.bz2 otp-ad264b2ac5724e3043b7dafa09eb4da0b971bf8e.zip |
Fixed typo in ets documentation
Diffstat (limited to 'lib/stdlib/doc/src')
-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 |