Browse Source

Update README.md

Git-Leon 6 years ago
parent
commit
da16de6b83
No account linked to committer's email
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      README.md

+ 3
- 2
README.md View File

@@ -105,7 +105,7 @@
105 105
 
106 106
 <br><br><br><br>
107 107
 ## Sample Behavior<br> `StringArrayUtils.getNumberOfOccurrences(array, value)`
108
-* **Method Description**
108
+* **Description**
109 109
     * Given an array of `String` objects named `array` and a `String` object named `value`<br>return the number of times `value` appears in `arrays`
110 110
 
111 111
 ### Example 1
@@ -196,7 +196,8 @@
196 196
 
197 197
 <br><br><br><br>
198 198
 ## Sample Behavior<br> `StringArrayUtils.contains(array, value)`
199
-
199
+* **Description**
200
+   * Given an array of `String` objects named `array` and a `String` object named `value`<br>return true if `value` appears in `arrays`.
200 201
 ### Example 1
201 202
 * Sample Script
202 203