summaryrefslogtreecommitdiff
path: root/docs/manual/xpath.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/xpath.html')
-rw-r--r--docs/manual/xpath.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/xpath.html b/docs/manual/xpath.html
index 5a97a79..ea6b956 100644
--- a/docs/manual/xpath.html
+++ b/docs/manual/xpath.html
@@ -527,8 +527,8 @@
<span class="keyword">bool</span> <span class="identifier">xpath_variable</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">xpath_node_set</span><span class="special">&amp;</span> <span class="identifier">value</span><span class="special">);</span>
</pre>
<p>
- These function modify the variable value. Note that no type conversions are
- performed; if the type mismatch occurs, the functions return <code class="computeroutput"><span class="keyword">false</span></code>; they also return <code class="computeroutput"><span class="keyword">false</span></code>
+ These functions modify the variable value. Note that no type conversions
+ are performed; if the type mismatch occurs, the functions return <code class="computeroutput"><span class="keyword">false</span></code>; they also return <code class="computeroutput"><span class="keyword">false</span></code>
on allocation failure. The variable values are copied to the internal variable
storage, so you can modify or destroy them after the functions return.
</p>