Skip to content

Commit

Permalink
Fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Dec 27, 2024
1 parent 8bf3587 commit 8636f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/oop5/property-hooks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class Example
or a short-set with an explicit type, or so on is all valid.
</simpara>
<simpara>
On a backed property, omitting a <literal>get</literal> or<literal>set</literal>
On a backed property, omitting a <literal>get</literal> or <literal>set</literal>
hook means the default read or write behavior will be used.
</simpara>
<note>
Expand Down

0 comments on commit 8636f08

Please sign in to comment.