From 4bb509ccdf60602b6926cc760dc40f9c53d360a5 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 25 Mar 2013 11:53:37 -0700 Subject: [PATCH] io.encodings.strict: Fix docs --- basis/io/encodings/strict/strict-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/encodings/strict/strict-docs.factor b/basis/io/encodings/strict/strict-docs.factor index e11bf52467..9cbf4be842 100644 --- a/basis/io/encodings/strict/strict-docs.factor +++ b/basis/io/encodings/strict/strict-docs.factor @@ -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." } ;