summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-14 14:03:54 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-14 14:03:54 +0100
commit6c64773dc5edd4b56eabcfa76b66b53ab76ecdf6 (patch)
treeb2482c9cf59c7f397cff57a0082eca9824de8d8b /documentation
parentbb0a1d1a861a71c91de417a4c53ceefd9d5afcb3 (diff)
documentation typos
Diffstat (limited to 'documentation')
-rw-r--r--documentation/properties.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/properties.html b/documentation/properties.html
index 50b0df3..f7f96c6 100644
--- a/documentation/properties.html
+++ b/documentation/properties.html
@@ -158,7 +158,7 @@ extern "C" {
<p>
On top of that, with the PHP-CPP library you can also assign getter and
setter methods to properties. Every time a property is accessed, your getter
- or setter method will automatically be called.
+ or setter method is automatically called.
</p>
<p>
<pre class="language-cpp"><code>