summaryrefslogtreecommitdiff
path: root/documentation/exceptions.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/exceptions.html')
-rw-r--r--documentation/exceptions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/exceptions.html b/documentation/exceptions.html
index 0b87c09..f8af4d0 100644
--- a/documentation/exceptions.html
+++ b/documentation/exceptions.html
@@ -75,7 +75,7 @@ exception caught
</p>
<h2>Catching exceptions in C++</h2>
<p>
- But it works the other way around too. If your extensions calls a PHP
+ And this works the other way around too. If your extensions calls a PHP
function, and that PHP function happens to throw an exception, you can catch it
just as if it was a normal C++ exception.
</p>