[Pcre-svn] [639] code/trunk/doc/pcrecpp.3: Fix one-character…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [639] code/trunk/doc/pcrecpp.3: Fix one-character typo.
Revision: 639
          http://vcs.pcre.org/viewvc?view=rev&revision=639
Author:   ph10
Date:     2011-07-25 10:45:43 +0100 (Mon, 25 Jul 2011)


Log Message:
-----------
Fix one-character typo.

Modified Paths:
--------------
    code/trunk/doc/pcrecpp.3


Modified: code/trunk/doc/pcrecpp.3
===================================================================
--- code/trunk/doc/pcrecpp.3    2011-07-25 09:41:19 UTC (rev 638)
+++ code/trunk/doc/pcrecpp.3    2011-07-25 09:45:43 UTC (rev 639)
@@ -210,7 +210,7 @@
 a \fIRE_Options\fP object, set the appropriate options, and pass this
 object to a RE constructor. Example:
 .sp
-   RE_options opt;
+   RE_Options opt;
    opt.set_caseless(true);
    if (RE("HELLO", opt).PartialMatch("hello world")) ...
 .sp
@@ -344,4 +344,5 @@
 .sp
 .nf
 Last updated: 17 March 2009
+Minor typo fixed: 25 July 2011
 .fi