io.encodings.strict: Fix docs

db4
Doug Coleman 2013-03-25 11:53:37 -07:00
parent cbfb1422c8
commit 4bb509ccdf
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ USING: help.syntax help.markup ;
IN: io.encodings.strict
HELP: strict
{ $values { "code" "an encoding descriptor" } { "strict" "a strict encoding descriptor" } }
{ $values { "code" "an encoding descriptor" } { "strict-state" "a strict encoding descriptor" } }
{ $description "Makes an encoding strict, that is, in the presence of a malformed code point, an error is thrown. Note that the existence of a replacement character in a file (U+FFFD) also throws an error." } ;