summaryrefslogtreecommitdiff
path: root/documentation/parameters.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 23:44:26 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 23:44:26 +0100
commitd3250ebdb03b6140cfa5b2c3111b594a5cda2c69 (patch)
treebdf3ab00c404d51207c010e9f7e8f501d62bce95 /documentation/parameters.html
parentf2c2f86a993175ebde3f486a6b9829b96ec18e3c (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 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.