aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2016-09-27 10:24:30 +0200
committerSiri Hansen <[email protected]>2016-09-27 10:24:30 +0200
commitd9f06e34a47344325bd4bb955d6e16233c530e6c (patch)
treeccbd5087e4c2ff08f0dd6c17612fe160257f6a60
parent3f3f25b23379b1afb15cc97462cf5d385690f5a0 (diff)
parent99fd8498bed8e5ecccfdfaf3f8b2591d2313c2f3 (diff)
downloadotp-d9f06e34a47344325bd4bb955d6e16233c530e6c.tar.gz
otp-d9f06e34a47344325bd4bb955d6e16233c530e6c.tar.bz2
otp-d9f06e34a47344325bd4bb955d6e16233c530e6c.zip
Merge branch 'siri/ct_telnet-typo/OTP-13913' into maint
* siri/ct_telnet-typo/OTP-13913: Fix typo in documentation for ct_telnet:expect/3
-rw-r--r--lib/common_test/doc/src/ct_telnet.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<c>FullMatch</c> is the string matched by the whole regular
expression, and <c>SubMatchN</c> is the string that matched
subexpression number <c>N</c>. Subexpressions are denoted with
- <c>(' ')</c> in the regular expression.</p>
+ <c>'(' ')'</c> in the regular expression.</p>
<p>If a <c>Tag</c> is speciifed, the returned <c>Match</c> also
includes the matched <c>Tag</c>. Otherwise, only <c>RxMatch</c>