Skip to content

Commit 18d46a2

Browse files
authored
Fix typo and trailing dot (#4643)
1 parent 821af5a commit 18d46a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language/oop5/property-hooks.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ class PositivePoint extends Point
510510
<simpara>
511511
The example above could be rewritten as follows, which would allow for the
512512
<literal>Point</literal> class to add its own <literal>set</literal> hook
513-
in the future without issue. (In the previous example, a hook added to
514-
the parent class would be ignored in the child.)
513+
in the future without issues (in the previous example, a hook added to
514+
the parent class would be ignored in the child).
515515
</simpara>
516516
<example>
517517
<title>Parent hook access (set)</title>

0 commit comments

Comments
 (0)