Skip to content

Commit

Permalink
Simpara
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias authored Nov 17, 2024
1 parent eb1c535 commit 05867d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions language/predefined/attributes/override.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

<section xml:id="override.intro">
&reftitle.intro;
<para>
<simpara>
This attribute is used to indicate that a method is intended
to override a method of a parent class or that it implements
a method defined in an interface.
</para>
<para>
</simpara>
<simpara>
If no method with the same name exists in a parent class or
in an implemented interface a compile-time error will be
emitted.
</para>
</simpara>
</section>

<section xml:id="override.synopsis">
Expand Down

0 comments on commit 05867d9

Please sign in to comment.