* fix grammar

This commit is contained in:
Sven/Sarah Barth 2024-11-08 16:37:11 +01:00
parent 6efe984a2d
commit 57fd8f13c9

View File

@ -798,7 +798,7 @@ parser_e_absolute_only_to_var_or_const=03096_E_absolute can only be associated w
% var p : longint absolute x; % var p : longint absolute x;
% \end{verbatim} % \end{verbatim}
parser_e_initialized_only_one_var=03097_E_Only one variable can be initialized parser_e_initialized_only_one_var=03097_E_Only one variable can be initialized
% You cannot specify more than one variable with a initial value. % You cannot specify more than one variable with an initial value.
parser_e_abstract_no_definition=03098_E_Abstract methods shouldn't have any definition (with function body) parser_e_abstract_no_definition=03098_E_Abstract methods shouldn't have any definition (with function body)
% Abstract methods can only be declared, you cannot implement them. They % Abstract methods can only be declared, you cannot implement them. They
% should be overridden by a descendant class. % should be overridden by a descendant class.