Skip to content

Commit 38ee859

Browse files
authored
Fix missing space (#4345)
1 parent 8bf3587 commit 38ee859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/oop5/property-hooks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class Example
196196
or a short-set with an explicit type, or so on is all valid.
197197
</simpara>
198198
<simpara>
199-
On a backed property, omitting a <literal>get</literal> or<literal>set</literal>
199+
On a backed property, omitting a <literal>get</literal> or <literal>set</literal>
200200
hook means the default read or write behavior will be used.
201201
</simpara>
202202
<note>

0 commit comments

Comments
 (0)