]> gitweb.factorcode.org Git - factor.git/commitdiff
models.range: fix range-model-protocol docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 16 Jan 2023 02:34:12 +0000 (18:34 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 16 Jan 2023 02:34:12 +0000 (18:34 -0800)
basis/models/range/range-docs.factor

index ec9f8c082058b1cdbea9fa70ab298935048b604e..390a26e88a61b2487273c0359b62b4f183b4e43e 100644 (file)
@@ -1,5 +1,5 @@
 USING: help.syntax help.markup kernel math classes classes.tuple
-calendar models ;
+calendar models models.product ;
 IN: models.range
 
 HELP: range
@@ -50,7 +50,7 @@ ARTICLE: "models.range" "Range models"
 { $subsections "range-model-protocol" } ;
 
 ARTICLE: "range-model-protocol" "Range model protocol"
-"The range model protocol is implemented by the " { $link range } " and " { $link compose } " classes. User-defined models may implement it too."
+"The range model protocol is implemented by the " { $link range } " and " { $link product } " classes. User-defined models may implement it too."
 { $subsections
     range-value
     range-page-value