Skip to content

Commit f93c39c

Browse files
committed
Fix case of k in exaplanation.
1 parent a5ba93d commit f93c39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DB_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,9 +660,9 @@ public function tables( $args, $assoc_args ) {
660660
* - gb (gigabytes)
661661
* - tb (terabytes)
662662
* - B (ISO Byte setting, with no conversion)
663-
* - KB (ISO Kilobyte setting, with 1 kB = 1,000 B)
663+
* - KB (ISO Kilobyte setting, with 1 KB = 1,000 B)
664664
* - KiB (ISO Kibibyte setting, with 1 KiB = 1,024 B)
665-
* - MB (ISO Megabyte setting, with 1 MB = 1,000 kB)
665+
* - MB (ISO Megabyte setting, with 1 MB = 1,000 KB)
666666
* - MiB (ISO Mebibyte setting, with 1 MiB = 1,024 KiB)
667667
* - GB (ISO Gigabyte setting, with 1 GB = 1,000 MB)
668668
* - GiB (ISO Gibibyte setting, with 1 GiB = 1,024 MiB)

0 commit comments

Comments
 (0)