summaryrefslogtreecommitdiff
path: root/documentation/parameters.html
diff options
context:
space:
mode:
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