Skip to content

Commit

Permalink
doc(DOCS): correct for io
Browse files Browse the repository at this point in the history
  • Loading branch information
emptybutton committed Oct 23, 2023
1 parent 1a6bc18 commit 20142f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ argument and something
> state_from(2) == [1, 2]
> state_from(3) == [1, 2, 3]
>
> state == [1, 2, 3, 4]
> state == [1, 2, 3]
> ```
> To print with return just like in that first example, you can use the `shown` shortcut.
Expand Down

0 comments on commit 20142f0

Please sign in to comment.