Skip to content

Commit

Permalink
add missing underline chars
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMeschke committed Nov 18, 2024
1 parent 5282aa3 commit 40a867f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/libraries/files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ the results in kibibytes or mebibytes, respectively:
A ``RuntimeException`` will be thrown if the file does not exist or an error occurs.

getSizeByUnitBinary()
===============
=====================

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

getSizeByUnitMetric()
===============
=====================

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

0 comments on commit 40a867f

Please sign in to comment.