summaryrefslogtreecommitdiff
path: root/documentation/calling-functions-and-methods.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-09 22:37:41 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-09 22:37:41 +0100
commit49d88d98a0656233f15923d31ea67a1ed229e514 (patch)
tree04bb753e4d5434c46bd90048e52d22260052334d /documentation/calling-functions-and-methods.html
parentbdca5b0454534413f10d13211885c086fafff35a (diff)
work in progress on iterators
Diffstat (limited to 'documentation/calling-functions-and-methods.html')
-rw-r--r--documentation/calling-functions-and-methods.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/calling-functions-and-methods.html b/documentation/calling-functions-and-methods.html
index 8e2e7ba..d3bc3e2 100644
--- a/documentation/calling-functions-and-methods.html
+++ b/documentation/calling-functions-and-methods.html
@@ -114,7 +114,7 @@ extern "C" {
is used in the example to call the PHP method DateTime::format().
</p>
<p>
- In PHP scripts you can create an array with two members: and object and
+ In PHP scripts you can create an array with two members: an object and
the name of a method. This array can then be used as if it was a regular
function. You can do similar things in C++, as we showed in the example with the
"time_format" variable.