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

capital letter

This commit is contained in:
Sawyer Charles
2015-10-18 17:47:42 -05:00
parent ed4ac31d97
commit b4c8ff365e

View File

@@ -453,7 +453,7 @@ function variable($word, ...$list) {
}
}
variable("Separate", "Hello", "World") // Separate || Hello | world |
variable("Separate", "Hello", "World") // Separate || Hello | World |
/********************************
* Includes