]> gitweb.factorcode.org Git - factor.git/commitdiff
docs: fix string issue
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 20 Nov 2020 04:21:54 +0000 (22:21 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 20 Nov 2020 04:21:54 +0000 (22:21 -0600)
basis/math/matrices/matrices-docs.factor
extra/logic/logic-docs.factor

index cd06a673a687b7d9e65a4cc74c7825e60a2e0299..ced681f81aaf65c4037423496066af7cc6cd46c2 100644 (file)
@@ -163,7 +163,7 @@ HELP: square-matrix
 
 HELP: zero-matrix
 { $class-description "The class of zero matrices. A zero matrix is a matrix whose only elements are the scalar " { $snippet "0" } "." }
-{ $notes "In mathematics, a zero-filled matrix is called a null matrix. In Factor, a "{ $link null-matrix } " is an empty matrix." } ;
+{ $notes "In mathematics, a zero-filled matrix is called a null matrix. In Factor, a " { $link null-matrix } " is an empty matrix." } ;
 
 HELP: zero-square-matrix
 { $class-description "The class of square zero matrices. This predicate is a composition of " { $link zero-matrix } " and " { $link square-matrix } "." } ;
index a3f3b639f6ad94fa50ab2c0a3a87dccedc985e07..e0f3e8f0e0140ff97d2e155658c99cc1bda05b7d 100644 (file)
@@ -474,7 +474,7 @@ HELP: nlo
 { $see-also writeo writenlo } ;
 
 HELP: nonvaro
-{ $var-description "A logic predicate. "{ $snippet "nonvaro" } " takes a single argument and is true if its argument is not a logic variable or is a concrete logic variable." }
+{ $var-description "A logic predicate. " { $snippet "nonvaro" } " takes a single argument and is true if its argument is not a logic variable or is a concrete logic variable." }
 { $syntax "{ nonvaro X }" }
 { $see-also varo } ;