Przeglądaj źródła

Update README.md

Git-Leon 6 lat temu
rodzic
commit
d280b569b8
Brak konta powiązanego z e-mailem autora
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3
    3
      README.md

+ 3
- 3
README.md Wyświetl plik

@@ -11,8 +11,8 @@
11 11
         * `boolean isPangramic(String[] array)`
12 12
         * `int getNumberOfOccurrences(String[] array, String value)`
13 13
         * `String[] removeValue(String[] array, String value)`
14
-        * `String[] removeConsecutiveDuplicates(String[] array, String value)`
15
-        * `String[] packConsecutiveDuplicates(String[] array, String value)`
14
+        * `String[] removeConsecutiveDuplicates(String[] array)`
15
+        * `String[] packConsecutiveDuplicates(String[] array)`
16 16
         
17 17
 * **Purpose**
18 18
     * To establish greater familiarity with loops and arrays.
@@ -972,7 +972,7 @@
972 972
 
973 973
 
974 974
 <br><br><br><br>
975
-## `String[] removeConsecutiveDuplicates(String[] array, String value)`
975
+## `String[] removeConsecutiveDuplicates(String[] array)`
976 976
 * **Description**
977 977
     * Given an array of `String` objects, return an array of Strings with conseuctive duplicates removed.
978 978