Skip to content

Commit 784beb4

Browse files
authored
nit
1 parent 6502e68 commit 784beb4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ void main() {
5555
| [count()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/count.html) | Count the number of times a specified value occurs in a string |
5656
| [expandTabs()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/expandTabs.html) | Sets the tab size of the string |
5757
| [toCamelCase()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/toCamelCase.html) | Convert the given string to camelCase |
58-
| [containsAll()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/containsAll.html) | Check if all values in List are in String |
59-
Convert the given string to camelCase |
60-
| [containsAny()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/containsAny.html) | Check if any one of the values in List are in String |
58+
| [containsAll()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/containsAll.html) | Check if all the values in list are in String |
59+
| [containsAny()](https://pub.dev/documentation/super_string/latest/super_string/SuperString/containsAny.html) | Check if any one of the values in list are in String |
6160

6261
## Features, Bugs and Contributing
6362

0 commit comments

Comments
 (0)