]> gitweb.factorcode.org Git - factor.git/blobdiff - library/syntax/prettyprint.factor
typos
[factor.git] / library / syntax / prettyprint.factor
index 7c31a6a0a9ee4b61c6baee0cbad62235b0cfe71a..b5bcb05a507b1f7aa30a767cc727573dce320389 100644 (file)
@@ -310,7 +310,7 @@ M: wrapper pprint* ( wrapper -- )
 
 : with-pprint ( quot -- )
     [
-        <pprinter> pprinter set pprint* end-block
+        <pprinter> pprinter set call end-blocks
         pprinter get do-pprint
     ] with-scope ; inline