You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tools/hdd-calculator/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import { defineTool } from '../tool';
4
4
exportconsttool=defineTool({
5
5
name: 'HDD calculator',
6
6
path: '/hdd-calculator',
7
-
description: 'Compute real storage space (binary) from HDD Capacity (decimal)',
7
+
description: 'Storage device manufacturers report capacities in decimal form (like GB), while operating systems and other software uses binary form (GiB), although still incorrectly using the decimal unit (GiB). This tool converts decimal form capacity into various binary forms.',
0 commit comments