[FIR] Fix grammar in MANY_IMPL_MEMBER_NOT_IMPLEMENTED message

This commit is contained in:
Kirill Rakhman
2023-03-06 13:54:05 +01:00
committed by Space Team
parent 54218eb77d
commit 6afb1b7363
@@ -1387,7 +1387,7 @@ object FirErrorsDefaultMessages : BaseDiagnosticRendererFactory() {
map.put(AMBIGUOUS_ANONYMOUS_TYPE_INFERRED, "Right-hand side has anonymous type. Please specify type explicitly", NOT_RENDERED)
map.put(
MANY_IMPL_MEMBER_NOT_IMPLEMENTED,
"{0} must override {1} because it inherits many implementations of it",
"{0} must override {1} because it inherits multiple implementations of it",
RENDER_CLASS_OR_OBJECT,
DECLARATION_NAME
)