Unify vocabulary related to the feature.

This commit is contained in:
wechman
2022-09-28 13:08:32 +02:00
parent 6d710920c5
commit c5640fb125
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3872,7 +3872,7 @@ void TypeChecker::endVisit(UsingForDirective const& _usingFor)
m_errorReporter.typeError(
9921_error,
_usingFor.location(),
"The \"using\" directive cannot be used to attach functions to enum types."
"The \"using\" directive cannot be used to bind functions to enum types."
);
Type const* normalizedType = TypeProvider::withLocationIfReference(