Skip to content

Commit 8144f7f

Browse files
authored
Merge pull request #56 from shamrin/patch-1
make join[index] description a bit less confusing
2 parents 2f7c4f4 + 2833ce1 commit 8144f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

handbook/strings/join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bind @view
6060
[#value | value: token]
6161
```
6262

63-
Let's join this phrase back together. Like last time, we'll join with a `-`. You'll notice that some tokens are duplicate ("l" and "o" appear multiple times in the phrase). To correctly join these tokens, we can add `index` as part of the `given` set:
63+
Let's join this phrase back together. Like last time, we'll join with a `-`. Notice that some tokens ("l" and "o") should appear multiple times in the phrase. To correctly join them, we add `index` as part of the `given` set:
6464

6565
```eve
6666
search
@@ -77,4 +77,4 @@ The result expected result is "h-e-l-l-o- -w-o-r-l-d".
7777

7878
## See Also
7979

80-
[split](../split)
80+
[split](../split)

0 commit comments

Comments
 (0)