feat: litre text symbol changed from l to L to avoid ambiguity with 1

This commit is contained in:
Mateusz Pusz
2024-10-06 08:17:30 +02:00
parent 65860ad7d7
commit 2249879d62
3 changed files with 3 additions and 3 deletions

View File

@@ -289,7 +289,7 @@ std::cout << 6.7 * l_per_100km << "\n";
prints:
```text
6.7 l/[100 km]
6.7 L/[100 km]
```