1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

Fix spelling error concatinated -> concatenated

This commit is contained in:
Malcolm Fell
2013-06-28 08:48:31 +12:00
parent dd8abee4b4
commit 0ab2ec2d73

View File

@@ -74,7 +74,7 @@ $sgl_quotes
END; // Nowdoc syntax is available in PHP 5.3.0 END; // Nowdoc syntax is available in PHP 5.3.0
// Manipulation // Manipulation
$concatinated = $sgl_quotes + $dbl_quotes; $concatenated = $sgl_quotes + $dbl_quotes;
``` ```
### Compound ### Compound