From 6186f075b70f0504aa0128fe05b76115c27258b9 Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Wed, 11 Jul 2001 08:41:49 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51170 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/references.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/references.xml b/language/references.xml index 437275c8e0..1ceeecf907 100644 --- a/language/references.xml +++ b/language/references.xml @@ -114,7 +114,7 @@ foo($bar); Passing by Reference You can pass variable to function by reference, so that function could modify - its arguments. The sytax is as follows: + its arguments. The syntax is as follows: function foo (&$var) {