Skip to content

Commit

Permalink
fix typo in book (#1028)
Browse files Browse the repository at this point in the history
Co-authored-by: Kingalidj <44316365+Kingalidj@users.noreply.github.com>
  • Loading branch information
dlamei and dlamei committed Aug 28, 2023
1 parent a279ab4 commit 71cbbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/cheat_sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
```shell
let str_list = [zero one two]
$str_list str join ','
$str_list | str join ','
```
> **joins the list of strings using provided delimiter**
Expand Down

0 comments on commit 71cbbd8

Please sign in to comment.