Commit 6b8c88f
authored
fix(patch): Fix occasionally incorrect unit in some tables [2/4] (#329)
## Description
Actually resolves #277. EDIT: or actually not sure if this solves the
same issue. But solves an issue anyway.
Examples:
Incorrect label, saying "M" aka "Mega" (or I guess "Millions" also reads
fine):
<kbd> <img width="832" height="214" alt="Incorrect unit label M denoting
Mega"
src="https://github.com/user-attachments/assets/f8e7419f-994d-4893-a9c3-72954a4c78ce"
/> </kbd>
Correct label, saying "K" aka "Kilo":
<kbd> <img width="822" height="191" alt="Correct unit label K denoting
Kilo"
src="https://github.com/user-attachments/assets/e1953acc-4489-4b24-a7e1-7a84a97e0bb2"
/> </kbd>
To be completely clear, both these images are 100% correct other than
the first image mentioning "M" aka 10^6.
Feel free to review on your own schedule.
## How Has This Been Tested?
Manually in my PRs.
## Minimal checklist:
- [x] I have performed a self-review of my own code
- [ ] I have added `DocC` code-level documentation for any public
interfaces exported by the package
- [ ] I have added unit and/or integration tests that prove my fix is
effective or that my feature works1 parent 5c3a2ee commit 6b8c88f
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | | - | |
497 | 496 | | |
498 | 497 | | |
499 | 498 | | |
| |||
514 | 513 | | |
515 | 514 | | |
516 | 515 | | |
517 | | - | |
| 516 | + | |
518 | 517 | | |
519 | 518 | | |
520 | 519 | | |
| |||
534 | 533 | | |
535 | 534 | | |
536 | 535 | | |
537 | | - | |
| 536 | + | |
538 | 537 | | |
539 | 538 | | |
540 | 539 | | |
| |||
568 | 567 | | |
569 | 568 | | |
570 | 569 | | |
571 | | - | |
572 | 570 | | |
573 | 571 | | |
574 | 572 | | |
| |||
594 | 592 | | |
595 | 593 | | |
596 | 594 | | |
597 | | - | |
598 | 595 | | |
599 | 596 | | |
600 | 597 | | |
| |||
0 commit comments