Skip to content

Commit 204f90b

Browse files
committed
Quick Save
1 parent ee3bf7f commit 204f90b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/string/split.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
</nav>
2121

2222
<section>
23-
<h1>string split DELIMITER [JSON_ARRAY]</h1>
23+
<h1>string split DELIMITER [STRING]</h1>
2424

2525
<p>This command will return split a string at the delimiter
26-
and return it as a JSON arrya.</p>
26+
and return it as a JSON array.</p>
2727

2828
<h2>Typical command line</h2>
2929

docs/string/splitn.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
</nav>
2121

2222
<section>
23-
<h1>string splitn DELIMITER N [JSON_ARRAY]</h1>
23+
<h1>string splitn DELIMITER N [STRING]</h1>
2424

2525
<p>This command will return split a string at the delimiter
26-
and return it as a JSON arrya.</p>
26+
and return it as a JSON array.</p>
2727

2828
<h2>Typical command line</h2>
2929

0 commit comments

Comments
 (0)