summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/parameters.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/parameters.html b/documentation/parameters.html
index 9e3c2ec..cd3bc23 100644
--- a/documentation/parameters.html
+++ b/documentation/parameters.html
@@ -45,7 +45,7 @@ extern "C" {
<h2>Can you really enforce scalar parameters?</h2>
<p>
You may be surprised to see that we specified the first parameter to be of
- type Numeric. After all, in PHP there is offical way to enforce the type of a
+ type Numeric. After all, in PHP there is no offical way to enforce the type of a
scalar parameter. When you write a function in PHP, it is possible to enforce
that the function receives an object or an array, but not that you want to receive
a string or an integer.