From 99fd8498bed8e5ecccfdfaf3f8b2591d2313c2f3 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Mon, 26 Sep 2016 17:19:46 +0200 Subject: Fix typo in documentation for ct_telnet:expect/3 --- lib/common_test/doc/src/ct_telnet.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common_test/doc/src/ct_telnet.xml b/lib/common_test/doc/src/ct_telnet.xml index eba3c3030d..8e85cccc99 100644 --- a/lib/common_test/doc/src/ct_telnet.xml +++ b/lib/common_test/doc/src/ct_telnet.xml @@ -337,7 +337,7 @@ FullMatch is the string matched by the whole regular expression, and SubMatchN is the string that matched subexpression number N. Subexpressions are denoted with - (' ') in the regular expression.

+ '(' ')' in the regular expression.

If a Tag is speciifed, the returned Match also includes the matched Tag. Otherwise, only RxMatch -- cgit v1.2.3