summaryrefslogtreecommitdiff
path: root/documentation/parameters.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 23:46:27 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 23:46:27 +0100
commitb5ad08bc621f63caac89070aff8182d0eea87088 (patch)
tree4bcaaeae47d6b91abc259284716aaad64381fe99 /documentation/parameters.html
parent7048aa3d9b0a140a7b4aaf0b5288a8b6fcaee935 (diff)
update to documentation
Diffstat (limited to 'documentation/parameters.html')
-rw-r--r--documentation/parameters.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/parameters.html b/documentation/parameters.html
index 35707d2..3711b59 100644
--- a/documentation/parameters.html
+++ b/documentation/parameters.html
@@ -82,7 +82,7 @@ function example3(int $param)
future (let's hope so), but for now it is only meaningful to specify the
parameter type for objects and arrays. We have however chosen to still offer
this feature in PHP-CPP to be ready for future versions of PHP, but for now
- the specification of a numeric parameter is completely pointless.
+ the specification of the numeric parameter in our example is pointless.
</p>
<p>
To come back to our example, the following functions calls can now be done