Skip to content

Commit

Permalink
Merge pull request #56 from shamrin/patch-1
Browse files Browse the repository at this point in the history
make join[index] description a bit less confusing
  • Loading branch information
cmontella authored Dec 8, 2016
2 parents 2f7c4f4 + 2833ce1 commit 8144f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handbook/strings/join.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bind @view
[#value | value: token]
```

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:
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:

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

## See Also

[split](../split)
[split](../split)

0 comments on commit 8144f7f

Please sign in to comment.