summaryrefslogtreecommitdiff
path: root/documentation/exceptions.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 18:46:21 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 18:46:21 +0100
commite072565364a825ff71227a1abd290f4274971354 (patch)
treee08eab990614599ece77c1ca9a44fddbc3e8ee72 /documentation/exceptions.html
parent66e889fdf3d71e185ea52be7ddfcfc3b41a38752 (diff)
changes to documentation
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>