]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/encodings/encodings.factor
io: rename some private words
[factor.git] / core / io / encodings / encodings.factor
index 0149117edae12d6fabacf607fbfefc5fdc14beca..55a6a39a5550bf26f11f0c2e7c0637eb6a7e1024 100644 (file)
@@ -142,7 +142,7 @@ M: decoder stream-read-unsafe
         ] [ 4drop 0 ] if*
     ] if ; inline
 
-M: decoder stream-contents* (stream-contents-by-element) ; inline
+M: decoder stream-contents* stream-contents-by-element ; inline
 
 : line-ends/eof ( stream str -- str ) f like swap cr- ; inline