mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Fix spelling error concatinated -> concatenated
This commit is contained in:
parent
dd8abee4b4
commit
0ab2ec2d73
@ -74,7 +74,7 @@ $sgl_quotes
|
||||
END; // Nowdoc syntax is available in PHP 5.3.0
|
||||
|
||||
// Manipulation
|
||||
$concatinated = $sgl_quotes + $dbl_quotes;
|
||||
$concatenated = $sgl_quotes + $dbl_quotes;
|
||||
```
|
||||
|
||||
### Compound
|
||||
|
Loading…
Reference in New Issue
Block a user