Skip to content

Commit 978492d

Browse files
tacmanxabbuh
authored andcommitted
language tweak
"At last" means after a delay, lastly is just the last thing on the list.
1 parent c34ef27 commit 978492d

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)