You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by bi...@apache.org on 2012/07/27 22:10:32 UTC

svn commit: r1366520 - /pig/trunk/src/docs/src/documentation/content/xdocs/start.xml

Author: billgraham
Date: Fri Jul 27 20:10:32 2012
New Revision: 1366520

URL: http://svn.apache.org/viewvc?rev=1366520&view=rev
Log:
PIG-2843: Typo in Documentation (eric59 via billgraham)

Modified:
    pig/trunk/src/docs/src/documentation/content/xdocs/start.xml

Modified: pig/trunk/src/docs/src/documentation/content/xdocs/start.xml
URL: http://svn.apache.org/viewvc/pig/trunk/src/docs/src/documentation/content/xdocs/start.xml?rev=1366520&r1=1366519&r2=1366520&view=diff
==============================================================================
--- pig/trunk/src/docs/src/documentation/content/xdocs/start.xml (original)
+++ pig/trunk/src/docs/src/documentation/content/xdocs/start.xml Fri Jul 27 20:10:32 2012
@@ -748,7 +748,7 @@ ngramed2 = DISTINCT ngramed1;
 hour_frequency1 = GROUP ngramed2 BY (ngram, hour);
 </source>
 <ul>
-<li><p> Use the COUNTfunction to get the count (occurrences) of each n-gram.  </p>
+<li><p> Use the COUNT function to get the count (occurrences) of each n-gram.  </p>
 </li>
 </ul>