diff --git a/core/io/encodings/encodings-docs.factor b/core/io/encodings/encodings-docs.factor index d5bdf24dc0..0f43bba0db 100644 --- a/core/io/encodings/encodings-docs.factor +++ b/core/io/encodings/encodings-docs.factor @@ -10,6 +10,7 @@ ARTICLE: "io.encodings" "I/O encodings" { $subsection "encodings-protocol" } ; ARTICLE: "encodings-constructors" "Constructing an encoded stream" +"The following words can be used to construct encoded streams. Note that they are usually not used directly, but rather by the stream constructors themselves." { $subsection } { $subsection } { $subsection } ; @@ -47,7 +48,7 @@ ARTICLE: "encodings-protocol" "Encoding protocol" "An encoding descriptor must implement the following methods. The methods are implemented on tuple classes by instantiating the class and calling the method again." { $subsection decode-char } { $subsection encode-char } -"The following methods are optional:" +"Optionally, an encoding can override the constructor words:" { $subsection } { $subsection } ;