Skip to content

Commit 40a867f

Browse files
committed
add missing underline chars
1 parent 5282aa3 commit 40a867f

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
@@ -67,7 +67,7 @@ the results in kibibytes or mebibytes, respectively:
6767
A ``RuntimeException`` will be thrown if the file does not exist or an error occurs.
6868

6969
getSizeByUnitBinary()
70-
===============
70+
=====================
7171

7272
Returns the size of the file default in bytes. You can pass in different FileSizeUnit values as the first parameter to get
7373
the results in kibibytes, mebibytes etc. respectively. You can pass in a precision value as the second parameter to define
@@ -79,7 +79,7 @@ the amount of decimal places.
7979
A ``RuntimeException`` will be thrown if the file does not exist or an error occurs.
8080

8181
getSizeByUnitMetric()
82-
===============
82+
=====================
8383

8484
Returns the size of the file default in bytes. You can pass in different FileSizeUnit values as the first parameter to get
8585
the results in kilobytes, megabytes etc. respectively. You can pass in a precision value as the second parameter to define

0 commit comments

Comments
 (0)