tools,help: Fix error-type.
parent
2621fff99e
commit
00450e468a
|
@ -20,7 +20,7 @@ TUPLE: deprecated-usages asset usages ;
|
|||
: :deprecations ( -- )
|
||||
deprecation-notes get-global values errors. ;
|
||||
|
||||
T{ error-type
|
||||
T{ error-type-holder
|
||||
{ type +deprecation-note+ }
|
||||
{ word ":deprecations" }
|
||||
{ plural "deprecated word usages" }
|
||||
|
|
|
@ -21,7 +21,7 @@ SYMBOL: test-failures
|
|||
|
||||
test-failures [ V{ } clone ] initialize
|
||||
|
||||
T{ error-type
|
||||
T{ error-type-holder
|
||||
{ type +test-failure+ }
|
||||
{ word ":test-failures" }
|
||||
{ plural "unit test failures" }
|
||||
|
|
Loading…
Reference in New Issue