Skip to content

Commit cd2980a

Browse files
beesoftssy-records
andauthored
Fix typo in property-hooks.xml (#4676)
Co-authored-by: Luffy <[email protected]>
1 parent 05b26e8 commit cd2980a

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
@@ -104,7 +104,7 @@ print $example->foo;
104104
</simpara>
105105
<simpara>
106106
At least one of the hooks references <code>$this->foo</code>, the property itself.
107-
That means the property wll be "backed."
107+
That means the property will be "backed".
108108
When calling <code>$example->foo = 'changed'</code>,
109109
the provided string will be first cast to lowercase, then saved to the backing value.
110110
When reading from the property, the previously saved value may conditionally be appended

0 commit comments

Comments
 (0)