Skip to content

Commit e22cfa1

Browse files
committed
docs: remove "uploaded"
The File class is not only for uploaded files.
1 parent ac82913 commit e22cfa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/libraries/files.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ method. This is especially useful to rename files when moving it so that the fil
4545
getSize()
4646
=========
4747

48-
Returns the size of the uploaded file in bytes:
48+
Returns the size of the file in bytes:
4949

5050
.. literalinclude:: files/004.php
5151
:lines: 2-
5252

5353
getSizeByUnit()
5454
===============
5555

56-
Returns the size of the uploaded file default in bytes. You can pass in either 'kb' or 'mb' as the first parameter to get
56+
Returns the size of the file default in bytes. You can pass in either ``'kb'`` or ``'mb'`` as the first parameter to get
5757
the results in kilobytes or megabytes, respectively:
5858

5959
.. literalinclude:: files/005.php

0 commit comments

Comments
 (0)