Skip to content

Commit 565bd8b

Browse files
xabbuhsy-records
andauthored
Fix typo (#4761)
Co-authored-by: Luffy <[email protected]>
1 parent cb6d65e commit 565bd8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

language/oop5/interfaces.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
The interface declaration applies only to public read and write access.
9999
</simpara>
100100
<simpara>
101-
An class may satisfy an interface property in multiple ways.
101+
A class may satisfy an interface property in multiple ways.
102102
It may define a public property.
103103
It may define a public
104104
<link linkend="language.oop5.property-hooks.virtual">virtual property</link>

reference/componere/componere/definition/construct.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</warning>
9090
<warning>
9191
<para>
92-
Shall throw <type>RuntimeException</type> if an class in <parameter>interfaces</parameter> is not an interface
92+
Shall throw <type>RuntimeException</type> if a class in <parameter>interfaces</parameter> is not an interface
9393
</para>
9494
</warning>
9595
</refsect1>

reference/componere/componere/patch/construct.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</warning>
5353
<warning>
5454
<para>
55-
Shall throw <type>RuntimeException</type> if an class in <parameter>interfaces</parameter> is not an interface
55+
Shall throw <type>RuntimeException</type> if a class in <parameter>interfaces</parameter> is not an interface
5656
</para>
5757
</warning>
5858
</refsect1>

0 commit comments

Comments
 (0)