From 34b6b504fa30f8c344ac111ea7474e336136f5c4 Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Fri, 16 Jun 2017 00:40:47 -0700 Subject: [PHP/en]Fix small typo in PHP English tutorial (#2761) --- php.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.html.markdown') diff --git a/php.html.markdown b/php.html.markdown index ddf38226..f247ba77 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -342,7 +342,7 @@ switch ($x) { $i = 0; while ($i < 5) { echo $i++; -}; // Prints "01234" +} // Prints "01234" echo "\n"; -- cgit v1.2.3