]> gitweb.factorcode.org Git - factor.git/commitdiff
math.matrices.elimination: fix $snippet to $link in docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Dec 2020 19:10:55 +0000 (11:10 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Dec 2020 19:10:55 +0000 (11:10 -0800)
extra/math/matrices/elimination/elimination-docs.factor

index 0d650c50db9145b67cea5471abf94372e5d714e5..6994632734f359b553990813fda416089cf0ad38 100644 (file)
@@ -33,7 +33,7 @@ HELP: nonzero-rows
 HELP: leading
 { $values
   { "seq" sequence }
-  { "n" "the index of the first match, or " { $snippet f } "." }
-  { "elt" "the first non-zero element, or " { $snippet f } "." }
+  { "n" "the index of the first match, or " { $link f } "." }
+  { "elt" "the first non-zero element, or " { $link f } "." }
 }
 { $description "Find the first non-zero element of a sequence." } ;