Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lang-guide/chapters/types/basic_types/filesize.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ The full list of `filesize` units is:
| `PB`: petabytes | `PiB`: pebibytes |
| `EB`: exabytes | `EiB`: exbibytes |

::: tip
File size units are case-insensitive. E.g., `1KiB`, `1kib`, and `1Kib` are all equivalent.
::: warning
File size units are case-insensitive. E.g., `1KiB`, `1kib`, and `1Kib` are all equivalent. Do not confuse it with bit!
:::

## Common commands that can work with `filesizes`
Expand Down