Skip to content

Commit 1ff60fd

Browse files
committed
minor #14766 language tweak (tacman)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead. Discussion ---------- language tweak "At last" means after a delay, lastly is just the last thing on the list. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 978492d language tweak
2 parents c34ef27 + 978492d commit 1ff60fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/property_access.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ The ``getValue()`` method can also use the magic ``__get()`` method::
223223
Magic ``__call()`` Method
224224
~~~~~~~~~~~~~~~~~~~~~~~~~
225225

226-
At last, ``getValue()`` can use the magic ``__call()`` method, but you need to
226+
Lastly, ``getValue()`` can use the magic ``__call()`` method, but you need to
227227
enable this feature by using :class:`Symfony\\Component\\PropertyAccess\\PropertyAccessorBuilder`::
228228

229229
// ...

0 commit comments

Comments
 (0)