Author: sallen
Date: Mon Jul  7 15:05:54 2014
New Revision: 1608483

URL: http://svn.apache.org/r1608483
Log:
Clarify the apf:strSplit documentation.

Modified:
    jena/site/trunk/content/documentation/query/library-propfunc.mdtext

Modified: jena/site/trunk/content/documentation/query/library-propfunc.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/library-propfunc.mdtext?rev=1608483&r1=1608482&r2=1608483&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/library-propfunc.mdtext 
(original)
+++ jena/site/trunk/content/documentation/query/library-propfunc.mdtext Mon Jul 
 7 15:05:54 2014
@@ -138,7 +138,7 @@ assign to <code><i>var</i></code>.
 <tr><td>
 <code><i>var</i> apf:strSplit <i>(arg arg)</i></code>
 </td><td>
-Split a string and return multiple bindings for each result.  The subject 
variable should be unbound.  The first argument to the
+Split a string and return a binding for each result.  The subject variable 
should be unbound.  The first argument to the
 object list is the string to be split.  The second argument to the object list 
is a regular expression by which to split the string.
 The subject <code><i>var</i></code> is bound for each result of the split, and 
each result has the whitespace trimmed from it.
 </td><tr>


Reply via email to