diff --git a/core/syntax/syntax-docs.factor b/core/syntax/syntax-docs.factor index cd76967e5a..905cd87903 100755 --- a/core/syntax/syntax-docs.factor +++ b/core/syntax/syntax-docs.factor @@ -519,7 +519,7 @@ HELP: UNION: HELP: INTERSECTION: { $syntax "INTERSECTION: class participants... ;" } { $values { "class" "a new class word to define" } { "participants" "a list of class words separated by whitespace" } } -{ $description "Defines an intersection class. An object is an instance of a union class if it is an instance of all of its participants." } ; +{ $description "Defines an intersection class. An object is an instance of an intersection class if it is an instance of all of its participants." } ; HELP: MIXIN: { $syntax "MIXIN: class" }