aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/ets.xml
diff options
context:
space:
mode:
authorPhilip Arndt <[email protected]>2016-08-27 08:16:42 +1000
committerGitHub <[email protected]>2016-08-27 08:16:42 +1000
commit8b28927aac509704a25a156ca16b799cf5a4d5b3 (patch)
tree0761f625128e942e295e58fb4ffb223e44116f6a /lib/stdlib/doc/src/ets.xml
parentf3e018dc3bb3c74b88c7454f6a1888938215f912 (diff)
downloadotp-8b28927aac509704a25a156ca16b799cf5a4d5b3.tar.gz
otp-8b28927aac509704a25a156ca16b799cf5a4d5b3.tar.bz2
otp-8b28927aac509704a25a156ca16b799cf5a4d5b3.zip
Fix typo: specificationc -> specification
Diffstat (limited to 'lib/stdlib/doc/src/ets.xml')
-rw-r--r--lib/stdlib/doc/src/ets.xml2
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