You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by sa...@apache.org on 2014/07/07 17:05:54 UTC

svn commit: r1608483 - /jena/site/trunk/content/documentation/query/library-propfunc.mdtext

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>