summaryrefslogtreecommitdiff
path: root/documentation/classes-and-objects.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-10 19:47:29 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-10 19:47:29 +0100
commitcdf237fb05c396d258c2c82a441a2f9b4deff282 (patch)
tree4d9e43332bad156eb0cebb5153bb6530b9a09af5 /documentation/classes-and-objects.html
parent396cd05692f268a4c9106b3c2f779c99b071ce29 (diff)
fixed to compile with php 5.5
Diffstat (limited to 'documentation/classes-and-objects.html')
-rw-r--r--documentation/classes-and-objects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/classes-and-objects.html b/documentation/classes-and-objects.html
index 21813bb..008a9e5 100644
--- a/documentation/classes-and-objects.html
+++ b/documentation/classes-and-objects.html
@@ -2,7 +2,7 @@
<p>
Serious business now. C++ and PHP are both object oriented programming
languages, in which you can create classes and objects. The PHP-CPP library
- gives you the tools to combine these two and make a native C++ classes
+ gives you the tools to combine these two and make native C++ classes
accessible from PHP.
</p>
<p>