From 8b28927aac509704a25a156ca16b799cf5a4d5b3 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Sat, 27 Aug 2016 08:16:42 +1000 Subject: Fix typo: specificationc -> specification --- lib/stdlib/doc/src/ets.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdlib/doc/src/ets.xml') 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]]> specification returned true.

Matches the objects in table Tab using a - match specificationc. If the + match specification. If the match specification returns true 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 -- cgit v1.2.3