We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821af5a commit 18d46a2Copy full SHA for 18d46a2
language/oop5/property-hooks.xml
@@ -510,8 +510,8 @@ class PositivePoint extends Point
510
<simpara>
511
The example above could be rewritten as follows, which would allow for the
512
<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.)
+ in the future without issues (in the previous example, a hook added to
+ the parent class would be ignored in the child).
515
</simpara>
516
<example>
517
<title>Parent hook access (set)</title>
0 commit comments