We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a0cb7 commit 188e486Copy full SHA for 188e486
core/src/OC/util.js
@@ -64,7 +64,7 @@ export default {
64
History,
65
66
/**
67
- * @deprecated use https://nextcloud.github.io/nextcloud-files/modules/_humanfilesize_.html#formatfilesize
+ * @deprecated use https://nextcloud.github.io/nextcloud-files/functions/formatFileSize.html
68
*/
69
humanFileSize,
70
@@ -73,7 +73,7 @@ export default {
73
* Makes 2kB to 2048.
74
* Inspired by computerFileSize in helper.php
75
*
76
- * @param {string} string file size in human readable format
+ * @param {string} string file size in human-readable format
77
* @return {number} or null if string could not be parsed
78
79
0 commit comments