Skip to content

Commit f44e97c

Browse files
committed
docs: decorate method name
1 parent e22cfa1 commit f44e97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ By default, the original filename was used. You can specify a new filename by pa
9292
.. literalinclude:: files/009.php
9393
:lines: 2-
9494

95-
The move() method returns a new File instance that for the relocated file, so you must capture the result if the
95+
The ``move()`` method returns a new File instance that for the relocated file, so you must capture the result if the
9696
resulting location is needed:
9797

9898
.. literalinclude:: files/010.php

0 commit comments

Comments
 (0)