Skip to content

Commit ee3bf7f

Browse files
committed
Quick Save
1 parent 5553bc1 commit ee3bf7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/string/split.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
# string split DELIMITER [JSON_ARRAY]
2+
# string split DELIMITER [STRING]
33

44
This command will return split a string at the delimiter
5-
and return it as a JSON arrya.
5+
and return it as a JSON array.
66

77
## Typical command line
88

docs/string/splitn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
# string splitn DELIMITER N [JSON_ARRAY]
2+
# string splitn DELIMITER N [STRING]
33

44
This command will return split a string at the delimiter
5-
and return it as a JSON arrya.
5+
and return it as a JSON array.
66

77
## Typical command line
88

0 commit comments

Comments
 (0)