diff options
author | Siri Hansen <[email protected]> | 2016-09-27 10:24:30 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-09-27 10:24:30 +0200 |
commit | d9f06e34a47344325bd4bb955d6e16233c530e6c (patch) | |
tree | ccbd5087e4c2ff08f0dd6c17612fe160257f6a60 /lib/common_test/doc/src/ct_telnet.xml | |
parent | 3f3f25b23379b1afb15cc97462cf5d385690f5a0 (diff) | |
parent | 99fd8498bed8e5ecccfdfaf3f8b2591d2313c2f3 (diff) | |
download | otp-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
Diffstat (limited to 'lib/common_test/doc/src/ct_telnet.xml')
-rw-r--r-- | lib/common_test/doc/src/ct_telnet.xml | 2 |
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> |