make unlinked-words take a vocabulary name instead of a list of words
parent
1806a0ce77
commit
3560b93329
|
@ -92,8 +92,8 @@ PRIVATE>
|
|||
|
||||
: :lint-failures ( -- ) lint-failures get values errors. ;
|
||||
|
||||
: unlinked-words ( words -- seq )
|
||||
all-word-help [ article-parent not ] filter ;
|
||||
: unlinked-words ( vocab -- seq )
|
||||
words all-word-help [ article-parent not ] filter ;
|
||||
|
||||
: linked-undocumented-words ( -- seq )
|
||||
all-words
|
||||
|
|
Loading…
Reference in New Issue