]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/matrices/extras/extras-docs.factor
A few more fixes for string parsing.
[factor.git] / extra / math / matrices / extras / extras-docs.factor
index 2a14d895f18d59854ee96d93603037706922ec77..c9b3a6ff750f1ae07520e00b33e67495eb9312ef 100644 (file)
@@ -117,7 +117,7 @@ HELP: <random-integer-matrix>
     { "The signedness of the numbers in the resulting matrix will be randomized. Use " { $link mabs } " with this word to generate a matrix of random positive integers." }
     { $equiv-word-note "integral" <random-unit-matrix> }
 }
-{ $errors { $link no-method } " if " { $snippet "max"} " is not an " { $link integer } "." }
+{ $errors { $link no-method } " if " { $snippet "max" } " is not an " { $link integer } "." }
 { $examples
     { $unchecked-example
         "USING: math.matrices.extras prettyprint ;"