]> gitweb.factorcode.org Git - factor.git/commitdiff
io.encodings: doc fix
authorBjörn Lindqvist <bjourne@gmail.com>
Tue, 8 Dec 2015 03:21:32 +0000 (04:21 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Tue, 8 Dec 2015 03:21:32 +0000 (04:21 +0100)
core/io/encodings/encodings-docs.factor

index 8009775f53cb411b7842acb2381673b9c01284f3..b78f7f9b5c5caca82784637b2cb8d507a1513bb5 100644 (file)
@@ -26,6 +26,8 @@ HELP: decode-until
   { "seps" sequence }
   { "stream" "an input stream" }
   { "encoding" "an encoding descriptor" }
+  { "string/f" "a string or f" }
+  { "sep/f" "encountered separator or f" }
 }
 { $description "Decodes characters from the stream until one of the separators are encountered." } ;