Fix plural in inliner message.
This commit is contained in:
parent
d3bad26766
commit
3ce4e0d0e7
|
@ -236,5 +236,5 @@
|
|||
(append (pluralize n-successes "success" #:suffix "es")
|
||||
(pluralize n-unrollings "unrolling")
|
||||
(pluralize n-failures "failure")
|
||||
(pluralize n-out-of-fuels "out of fuel"))
|
||||
(string-append n-out-of-fuels " out of fuel")) ; no plural
|
||||
", ")))
|
||||
|
|
Loading…
Reference in New Issue
Block a user