Skip to content

Commit 8053635

Browse files
Apply suggestions from code review
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent c4396c3 commit 8053635

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
@@ -46,7 +46,7 @@ Returns the size of the uploaded file in bytes:
4646

4747
.. literalinclude:: files/004.php
4848

49-
A RuntimeException will be thrown if the file does not exist or an error occurs.
49+
A ``RuntimeException`` will be thrown if the file does not exist or an error occurs.
5050

5151
getSizeByUnit()
5252
===============
@@ -56,7 +56,7 @@ the results in kilobytes or megabytes, respectively:
5656

5757
.. literalinclude:: files/005.php
5858

59-
A RuntimeException will be thrown if the file does not exist or an error occurs.
59+
A ``RuntimeException`` will be thrown if the file does not exist or an error occurs.
6060

6161
getMimeType()
6262
=============

0 commit comments

Comments
 (0)