word-help-coverage. ( word-spec -- )


Vocabulary
help.lint.coverage

Inputs
word-speca word or a string


Outputs
None

Word description
Prettyprints a help coverage report of word-spec to output-stream.

Examples
USING: sequences help.lint.coverage ; \ map word-help-coverage.
[sequences] map: needs help section: $examples


See also
vocab-help-coverage., prefix-help-coverage.

Definition