mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed a typo in the variable name in the example comment.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308160 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
88723b48e9
commit
28359dc5d4
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ if (is_int($an_int)) {
|
|||
$an_int += 4;
|
||||
}
|
||||
|
||||
// If $bool is a string, print it out
|
||||
// If $a_bool is a string, print it out
|
||||
// (does not print out anything)
|
||||
if (is_string($a_bool)) {
|
||||
echo "String: $a_bool";
|
||||
|
|
Loading…
Reference in a new issue