From b2b2e0606f10e4544a7721f71529707eeb584eef Mon Sep 17 00:00:00 2001
From: Nova <3247833+novaplusplus@users.noreply.github.com>
Date: Tue, 22 Feb 2022 13:12:29 -0500
Subject: Document String's humanize_size static method
---
doc/classes/String.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/classes/String.xml b/doc/classes/String.xml
index 4ff2d287a1..5f133169f2 100644
--- a/doc/classes/String.xml
+++ b/doc/classes/String.xml
@@ -265,6 +265,8 @@
+ Converts an integer representing a number of bytes into a human-readable form.
+ Note that this output is in [url=https://en.wikipedia.org/wiki/Binary_prefix#IEC_prefixes]IEC prefix format[/url], and includes [code]B[/code], [code]KiB[/code], [code]MiB[/code], [code]GiB[/code], [code]TiB[/code], [code]PiB[/code], and [code]EiB[/code].
--
cgit v1.2.3