diff options
author | Sverker Eriksson <[email protected]> | 2016-08-29 14:37:27 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-08-29 14:37:27 +0200 |
commit | ca85801bf0fffa1bc8b19ca3acb7f69f2361627c (patch) | |
tree | 25c6b855354d5e786cc751d0b71f1bee97c806f1 | |
parent | 85234b4069c9b75e3ae5ddf643b981d7428fb81f (diff) | |
parent | 69d442f8afc67aef33c70d68d7eaab2bdad1400f (diff) | |
download | otp-ca85801bf0fffa1bc8b19ca3acb7f69f2361627c.tar.gz otp-ca85801bf0fffa1bc8b19ca3acb7f69f2361627c.tar.bz2 otp-ca85801bf0fffa1bc8b19ca3acb7f69f2361627c.zip |
Merge branch 'maint'
-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 b8e262208d..3653c6a632 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -1458,7 +1458,7 @@ is_integer(X), is_integer(Y), X + Y < 4711]]></code> specification returned <c>true</c>.</fsummary> <desc> <p>Matches the objects in table <c><anno>Tab</anno></c> using a - <seealso marker="#match_spec">match specificationc</seealso>. If the + <seealso marker="#match_spec">match specification</seealso>. If the match specification returns <c>true</c> for an object, that object considered a match and is counted. For any other result from the match specification the object is not considered a match and is |