diff --git a/basis/checksums/stream/stream-docs.factor b/basis/checksums/stream/stream-docs.factor new file mode 100644 index 0000000000..1e167c8297 --- /dev/null +++ b/basis/checksums/stream/stream-docs.factor @@ -0,0 +1,7 @@ +USING: checksums help.markup help.syntax ; +IN: checksums.stream + +ARTICLE: "checksums.stream" "stream-checksum" +"The instances of the " { $link stream-checksum } " mixin must implement " { $link checksum-stream } "." ; + +ABOUT: "checksums.stream"