summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChung-Ping Huang <purpleslovemail@gmail.com>2016-11-16 14:49:32 +0800
committersamcv <samantham@posteo.net>2016-11-15 22:49:32 -0800
commitebc70fe2897cd8fddcde60299fb4fd9b0aae5150 (patch)
tree0b007c99fcb93aaf1f5583c1d0c03d9ab29b47e1
parent809e5d20a91c14adfd5ce54f481e674938c3719e (diff)
Add a missing semi-colon (#2572)
Add a missing semi-colon at Line 470
-rw-r--r--php.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.html.markdown b/php.html.markdown
index 82d27546..c8e73987 100644
--- a/php.html.markdown
+++ b/php.html.markdown
@@ -467,7 +467,7 @@ function variable($word, ...$list) {
}
}
-variable("Separate", "Hello", "World") // Separate || Hello | World |
+variable("Separate", "Hello", "World"); // Separate || Hello | World |
/********************************
* Includes