Handbook
Glossary
check-article-title ( article -- )
Vocabulary
help
.
lint
.
checks
Inputs
article
an
object
Outputs
None
Definition
USING:
help.topics
kernel
sequences
unicode
;
IN:
help.lint.checks
:
check-article-title
( article -- )
article-title
first
LETTER?
[
"Article title must begin with a capital letter"
simple-lint-error
]
unless
;