diff options
author | Sverker Eriksson <[email protected]> | 2018-01-23 21:07:40 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-01-23 21:07:40 +0100 |
commit | b6175a41f90f2a0d2d56ec84fa5b4fcf74366d1c (patch) | |
tree | 455d63a380ad6cabb16c886e0a0117ba52f381a9 /lib/stdlib/doc/src | |
parent | 7029ac608a31904c294e0d99da1cf4f7750b5294 (diff) | |
download | otp-b6175a41f90f2a0d2d56ec84fa5b4fcf74366d1c.tar.gz otp-b6175a41f90f2a0d2d56ec84fa5b4fcf74366d1c.tar.bz2 otp-b6175a41f90f2a0d2d56ec84fa5b4fcf74366d1c.zip |
stdlib: Indent example code
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 7fdcf53607..51e35cd2df 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -985,7 +985,7 @@ Table = ets:new... MatchSpec = ... % The following call... ets:match_spec_run(ets:tab2list(Table), -ets:match_spec_compile(MatchSpec)), + ets:match_spec_compile(MatchSpec)), % ...gives the same result as the more common (and more efficient) ets:select(Table, MatchSpec),</code> <note> |