]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/random/random.factor
io.random: fix typo
[factor.git] / extra / io / random / random.factor
index 4b34b38955ad4e2c40334a1c5cbbc55682441ddf..bd59886cf08d9507aec0be4967ae3eda77051d6e 100644 (file)
@@ -31,4 +31,4 @@ PRIVATE>
     [ random-line ] with-file-reader ; inline
 
 : random-file-lines ( path encoding n -- lines )
-    '[ _ random-file-lines ] with-file-reader ; inline
+    '[ _ random-lines ] with-file-reader ; inline