summaryrefslogtreecommitdiff
path: root/documentation/variables.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/variables.html')
-rw-r--r--documentation/variables.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/variables.html b/documentation/variables.html
index 73f26bc..e2515d4 100644
--- a/documentation/variables.html
+++ b/documentation/variables.html
@@ -246,7 +246,7 @@ std::cout << value.call("format", "Y-m-d H:i:s") << std::endl;
</code></pre>
<h2>Functions</h2>
<p>
- When a Php::Value holds a <i>callable</i>, you can use the () operator
+ When a Php::Value object holds a <i>callable</i>, you can use the () operator
to call this function or method.
</p>
<p>