From 20142f0bdcffa38a63ed154c175f8712ea4ffe3a Mon Sep 17 00:00:00 2001 From: TheArtur128 <88573504+TheArtur128@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:29:22 +0700 Subject: [PATCH] doc(`DOCS`): correct for `io` --- DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index eeb44ec..c5be57c 100644 --- a/DOCS.md +++ b/DOCS.md @@ -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.