]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "io.encodings.utf16: update docs for utf16n."
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 6 Aug 2019 14:12:50 +0000 (07:12 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 6 Aug 2019 14:12:50 +0000 (07:12 -0700)
This reverts commit e6fdc8fd51610fc5f273f462ff85878caec96bdf.

core/io/encodings/utf16/utf16-docs.factor

index 7d41ada2da2c5c77ad5c759479b526e1ed1b00d1..5ef968a97b38292c4d4a55e821cc2e84e164dcf9 100644 (file)
@@ -27,7 +27,6 @@ HELP: utf16
 { $see-also "encodings-introduction" } ;
 
 HELP: utf16n
-{ $values { "value" { $or utf16le utf16be } } }
 { $description "The encoding descriptor for UTF-16 without a byte order mark in native endian order. This is useful mostly for FFI calls which take input of strings of the type " { $snippet "wchar_t*" } "." }
 { $see-also "encodings-introduction" } ;