From a6685adf7aa8333a5db56e80378ef1a915b54c0c Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Thu, 19 Feb 2015 14:34:22 +0000 Subject: [PATCH] fix truncated comment in example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335963 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/splfileobject/fscanf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/splfileobject/fscanf.xml b/reference/spl/splfileobject/fscanf.xml index 2e61bdd9ba..bfc5281486 100644 --- a/reference/spl/splfileobject/fscanf.xml +++ b/reference/spl/splfileobject/fscanf.xml @@ -69,7 +69,7 @@ $file = new SplFileObject("misc.txt"); while ($userinfo = $file->fscanf("%s %s %s")) { list ($name, $profession, $countrycode) = $userinfo; - // Do something with $name $professi + // Do something with $name $profession $countrycode } ?> ]]>