summaryrefslogtreecommitdiff
path: root/documentation/parameters.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 19:21:56 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 19:21:56 +0100
commit13623531555000977f4d21febda9b2beb2cd6285 (patch)
tree227f91c7aa481e3d78eb78f3243cccb218a4eec3 /documentation/parameters.html
parentf89155eb36c8635dee833654e4332ab24352f909 (diff)
changes 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 a9a4c48..94c0352 100644
--- a/documentation/parameters.html
+++ b/documentation/parameters.html
@@ -224,7 +224,7 @@ extern "C" {
<h2>Parameters by reference</h2>
<p>
By the name of the Php::ByVal class you may have concluded that there
- must also be a Php::ByRef class - and you could not have be more right than that.
+ must also be a Php::ByRef class - and you could not have been more right than that.
There is indeed a Php::ByRef class.
If you create a function that takes a parameter by reference (and that can
thus 'return' a value via a parameter) you can specify that too.