]> gitweb.factorcode.org Git - factor.git/commitdiff
io.random: fix typo
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 20 Jan 2024 18:43:24 +0000 (10:43 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 20 Jan 2024 18:43:24 +0000 (10:43 -0800)
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