From c4b9f335491d7393860f5ac14bcf2b9e70db498b Mon Sep 17 00:00:00 2001
From: avimar <avi@amarcus.com>
Date: Fri, 11 Aug 2017 06:43:33 +0300
Subject: php: fix double language for arrays

---
 php.html.markdown | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'php.html.markdown')

diff --git a/php.html.markdown b/php.html.markdown
index f247ba77..ac9b45a8 100644
--- a/php.html.markdown
+++ b/php.html.markdown
@@ -132,9 +132,7 @@ echo 'This outputs ' . FOO;  // Returns 'This ouputs something'
  * Arrays
  */
 
-// All arrays in PHP are associative arrays (hashmaps),
-
-// Associative arrays, known as hashmaps in some languages.
+// All arrays in PHP are associative arrays (hashmaps in some languages)
 
 // Works with all PHP versions
 $associative = array('One' => 1, 'Two' => 2, 'Three' => 3);
-- 
cgit v1.2.3