Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d185f40

Browse filesBrowse files
committed
fix from suffix to prefix
1 parent e2f13a4 commit d185f40
Copy full SHA for d185f40

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎reference/constraints/File.rst

Copy file name to clipboardExpand all lines: reference/constraints/File.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ to be valid. The size of the file can be given in one of the following formats:
177177
| Mi | mebibyte | 1,048,576 bytes | 8Mi |
178178
+--------+-----------+-----------------+------+
179179

180-
For more information about the difference between binary and SI suffixes,
180+
For more information about the difference between binary and SI prefixes,
181181
see `Wikipedia: Binary prefix`_.
182182

183183
binaryFormat
@@ -188,12 +188,12 @@ binaryFormat
188188

189189
**type**: ``boolean`` **default**: ``null``
190190

191-
When ``true``, the sizes will be displayed in messages with binary suffixes
192-
(KiB, MiB). When ``false``, the sizes will be displayed with SI suffixes (kB,
193-
MB). When ``null``, then the binaryFormat will be guessed from the suffix
194-
defined in the ``maxSize`` option.
191+
When ``true``, the sizes will be displayed in messages with binary-prefixed
192+
units (KiB, MiB). When ``false``, the sizes will be displayed with SI-prefixed
193+
units (kB, MB). When ``null``, then the binaryFormat will be guessed from
194+
the value defined in the ``maxSize`` option.
195195

196-
For more information about the difference between binary and SI suffixes,
196+
For more information about the difference between binary and SI prefixes,
197197
see `Wikipedia: Binary prefix`_.
198198

199199
mimeTypes

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.