From 8740210e57386682ab67ac0308b2c7cb430d8bc2 Mon Sep 17 00:00:00 2001 From: gifti258 <80504430+gifti258@users.noreply.github.com> Date: Mon, 20 Dec 2021 19:31:00 +0100 Subject: [PATCH] math.matrices: Fix documentation --- basis/math/matrices/matrices-docs.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/math/matrices/matrices-docs.factor b/basis/math/matrices/matrices-docs.factor index 07438c456a..7ad09c968e 100644 --- a/basis/math/matrices/matrices-docs.factor +++ b/basis/math/matrices/matrices-docs.factor @@ -266,7 +266,7 @@ HELP: HELP: { $values { "diagonal-seq" sequence } { "matrix" matrix } } -{ $description "Creates a matrix with the specified main diagonal. This word has the opposite effect of " { $link anti-diagonal } "." } +{ $description "Creates a matrix with the specified main diagonal. This word has the opposite effect of " { $link main-diagonal } "." } { $notes "To use a diagonal starting in the lower right, reverse the input sequence before calling this word." } { $examples { $example @@ -278,7 +278,7 @@ HELP: HELP: { $values { "diagonal-seq" sequence } { "matrix" matrix } } -{ $description "Creates a matrix with the specified anti-diagonal. This word has the opposite effect of " { $link main-diagonal } "." } +{ $description "Creates a matrix with the specified anti-diagonal. This word has the opposite effect of " { $link anti-diagonal } "." } { $notes "To use a diagonal starting in the lower left, reverse the input sequence before calling this word." } { $examples { $example -- 2.34.1