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