From 506ab4f888c433aaf3cb7d3f1dfc7239946b3c15 Mon Sep 17 00:00:00 2001 From: Giftpflanze <80504430+gifti258@users.noreply.github.com> Date: Sun, 18 Sep 2022 01:10:14 +0200 Subject: [PATCH] math.matrices: Fix matrix-set-nths typo --- basis/math/matrices/matrices-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/math/matrices/matrices-docs.factor b/basis/math/matrices/matrices-docs.factor index 569c82317e..0554f7797c 100644 --- a/basis/math/matrices/matrices-docs.factor +++ b/basis/math/matrices/matrices-docs.factor @@ -633,7 +633,7 @@ HELP: matrix-set-nths "Throws an error if the sequence cannot hold elements of the given type." } } { $examples - "Change both entries on row 0." + "Change both entries on row 1." { $example "USING: math.matrices kernel prettyprint ;" "{ { 0 1 } { 2 3 } } \"a\" { { 1 0 } { 1 1 } } pick matrix-set-nths ." -- 2.34.1