summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-16 21:42:45 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-16 21:42:45 +0100
commit0fa2dca9ee67fe4382afac468352388c292873e3 (patch)
tree120d5e78058ffb43dd9c81aeddc636beae0dbd6d /documentation
parent630bf170ead85cfce5de05902357a31675917580 (diff)
documentation update
Diffstat (limited to 'documentation')
-rw-r--r--documentation/special-features.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/special-features.html b/documentation/special-features.html
index 859431a..797be08 100644
--- a/documentation/special-features.html
+++ b/documentation/special-features.html
@@ -22,8 +22,8 @@
for starting C++ programmers. And on top of that, not all magic methods and
interfaces could have been implemented with core C++ features (like operator
overloading), so we had to use <i>some</i> magic methods and/or interfaces
- anyway. That's why we decided that because we had to use _some_ magic methods
- in C++, we could just as well follow PHP completely and support _all_ magic
+ anyway. That's why we decided that because we had to use <i>some</i> magic methods
+ in C++, we could just as well follow PHP completely and support <i>all</i> magic
PHP methods in C++ too.
</p>
<p>