]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/compression/bzip3/bzip3-docs.factor
fix bzip3 documentation issues
[factor.git] / extra / compression / bzip3 / bzip3-docs.factor
index 30cec8a7d8bf0cdc7979bf439e02b5fb6e1c6f87..0cc84b5656eb4f2d81ba3eaa6c1ec9b01c44c4e3 100644 (file)
@@ -4,7 +4,7 @@ USING: byte-arrays help.markup help.syntax kernel strings ;
 IN: compression.bzip3
 
 HELP: compress
-{ $values byte-array: byte-array block-size/f: POSTPONE: integer/f byte-array: byte-array }
+{ $values byte-array: byte-array block-size/f: { $maybe "integer" } byte-array: byte-array }
 { $description Takes a { $link "byte-array" } and block size, and pushes a compressed byte array from bzip3. } ;
 
 HELP: decompress