You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2013/08/07 22:23:48 UTC

svn commit: r1511472 - /httpcomponents/httpcore/trunk/src/docbkx/nio-ext.xml

Author: sebb
Date: Wed Aug  7 20:23:48 2013
New Revision: 1511472

URL: http://svn.apache.org/r1511472
Log:
Grammar

Modified:
    httpcomponents/httpcore/trunk/src/docbkx/nio-ext.xml

Modified: httpcomponents/httpcore/trunk/src/docbkx/nio-ext.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/docbkx/nio-ext.xml?rev=1511472&r1=1511471&r2=1511472&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/docbkx/nio-ext.xml (original)
+++ httpcomponents/httpcore/trunk/src/docbkx/nio-ext.xml Wed Aug  7 20:23:48 2013
@@ -1136,7 +1136,7 @@ NByteArrayEntity entity = new NByteArray
             <section id="string-n-entity">
                 <title><classname>NStringEntity</classname></title>
                 <para>
-                It's is a simple, self-contained, repeatable entity that retrieves its data from a
+                This is a simple, self-contained, repeatable entity that retrieves its data from a
                 <classname>java.lang.String</classname> object. It has 2 constructors, one simply
                 constructs with a given string where the other also takes a character encoding for
                 the data in the <classname>java.lang.String</classname>.