Skip to content

Commit 5bc3df1

Browse files
authored
language tweak
"At last" means after a delay, lastly is just the last thing on the list.
1 parent 156ac65 commit 5bc3df1

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
@@ -225,7 +225,7 @@ The ``getValue()`` method can also use the magic ``__get()`` method::
225225
Magic ``__call()`` Method
226226
~~~~~~~~~~~~~~~~~~~~~~~~~
227227

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

231231
// ...

0 commit comments

Comments
 (0)