summaryrefslogtreecommitdiff
path: root/documentation/calling-functions-and-methods.html
diff options
context:
space:
mode:
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 5a0da07..8e2e7ba 100644
--- a/documentation/calling-functions-and-methods.html
+++ b/documentation/calling-functions-and-methods.html
@@ -159,5 +159,5 @@ lambda function called with param some parameter
<p>
If you call a function or a method that does not exist, a Php::Exception
will be thrown. If you do not catch this exception in your C++ code, it
- will bubble up and also appear in PHP user space as an exception.
+ will bubble up and appear in PHP user space.
</p>