]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/generalizations/generalizations.factor
factor: Trim whitespace after ! comments and a few USING: lines that got skipped...
[factor.git] / basis / generalizations / generalizations.factor
index 9f9b7001c1b939fcf8bb5158547111bb2ea8b079..5f3c16029068ee2813193b9f44abfa409101d5a7 100644 (file)
@@ -7,7 +7,7 @@ memoize.private arrays ;
 IN: generalizations
 
 ! These words can be inline combinators the word does no math on
-! the input parameters, e.g. n. 
+! the input parameters, e.g. n.
 ! If math is done, the word needs to be a macro so the math can
 ! be done at compile-time.
 <<