diff --git a/basis/classes/struct/struct-docs.factor b/basis/classes/struct/struct-docs.factor index 02f7aee2ae..2457e86a1a 100644 --- a/basis/classes/struct/struct-docs.factor +++ b/basis/classes/struct/struct-docs.factor @@ -99,6 +99,10 @@ HELP: memory>struct } { $description "Constructs a new " { $link struct } " of the specified " { $snippet "class" } " at the memory location referenced by " { $snippet "ptr" } ". The referenced memory is unchanged." } ; +HELP: read-struct +{ $values { "class" class } { "struct" struct } } +{ $description "Reads a new " { $link struct } " of the specified " { $snippet "class" } "." } ; + HELP: struct { $class-description "The parent class of all struct types." } ;