diff options
author | Siri Hansen <[email protected]> | 2016-09-26 17:19:46 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-09-26 17:19:46 +0200 |
commit | 99fd8498bed8e5ecccfdfaf3f8b2591d2313c2f3 (patch) | |
tree | ccbd5087e4c2ff08f0dd6c17612fe160257f6a60 | |
parent | 3f3f25b23379b1afb15cc97462cf5d385690f5a0 (diff) | |
download | otp-99fd8498bed8e5ecccfdfaf3f8b2591d2313c2f3.tar.gz otp-99fd8498bed8e5ecccfdfaf3f8b2591d2313c2f3.tar.bz2 otp-99fd8498bed8e5ecccfdfaf3f8b2591d2313c2f3.zip |
Fix typo in documentation for ct_telnet:expect/3
-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> |