You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2013/11/06 19:31:34 UTC

svn commit: r1539424 - /mina/site/trunk/content/mina-project/userguide/ch1-getting-started/nio-overview.mdtext

Author: elecharny
Date: Wed Nov  6 18:31:34 2013
New Revision: 1539424

URL: http://svn.apache.org/r1539424
Log:
Fixed some formatting

Modified:
    mina/site/trunk/content/mina-project/userguide/ch1-getting-started/nio-overview.mdtext

Modified: mina/site/trunk/content/mina-project/userguide/ch1-getting-started/nio-overview.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/userguide/ch1-getting-started/nio-overview.mdtext?rev=1539424&r1=1539423&r2=1539424&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/userguide/ch1-getting-started/nio-overview.mdtext (original)
+++ mina/site/trunk/content/mina-project/userguide/ch1-getting-started/nio-overview.mdtext Wed Nov  6 18:31:34 2013
@@ -29,7 +29,7 @@ The **NIO** API was introduced in **Java
 </DIV>
 
 <DIV class="note" markdown="1">
-	It's also important to know that the <strong>N<strong> in <strong>NIO<strong> means <strong>New<strong>, but we will use the <strong>Non-Blocking<strong> term in many places. <strong>NIO-2<strong> should be seen as a <strong>New New I/O<strong>...
+	It's also important to know that the <strong>N</strong> in <strong>NIO</strong> means <strong>New</strong>, but we will use the <strong>Non-Blocking</strong> term in many places. <strong>NIO-2</strong> should be seen as a <strong>New New I/O</strong>...
 </DIV>
 
 The `java.nio.*` package contains following key constructs