Fix spelling errors

This commit is contained in:
a3d4
2020-05-25 02:54:37 +02:00
parent 32bec6b374
commit a499ef16fa
10 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ struct ExpressionAnnotation: ASTAnnotation
bool lValueOfOrdinaryAssignment = false;
/// Types and - if given - names of arguments if the expr. is a function
/// that is called, used for overload resoultion
/// that is called, used for overload resolution
std::optional<FuncCallArguments> arguments;
};