summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 10:54:44 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 10:54:44 +0100
commit8b94e46c8f044a21c18435525da84bee28594d1a (patch)
tree4eb1165b907939d9fafc55ccf1215134debcfb84 /documentation
parent7c32658df2fe777ba3ac20030cfce9d2f424caef (diff)
implemented the Countable spl without using the actual spl
Diffstat (limited to 'documentation')
-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 &lt;&lt; value.call("format", "Y-m-d H:i:s") &lt;&lt; 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>