refactor: degree Celsius and Fahrenheit symbols text now use Unicode codepoints

This commit is contained in:
Mateusz Pusz
2024-07-02 11:43:53 +01:00
parent e41078b889
commit 1365d62293
6 changed files with 12 additions and 12 deletions

View File

@@ -292,7 +292,7 @@ This introduces an additional type-safety.
The above outputs:
```text
Temperature: 20 °C (68 °F)
Temperature: 20 (68 )
```
!!! info