summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>