docs: typo fixed

This commit is contained in:
Mateusz Pusz
2023-08-26 20:50:17 +02:00
parent 27a0fc773b
commit ef1451daf5

View File

@@ -267,7 +267,7 @@ using Celsius_point = quantity_point<isq::Celsius_temperature[deg_C], si::ice_po
point origin is defined in terms of `si::kelvin`, while the quantity point uses point origin is defined in terms of `si::kelvin`, while the quantity point uses
`si::degree_Celsius`. `si::degree_Celsius`.
To play a bit w temperatures we can implement a simple room's AC temperature controller in To play a bit with temperatures we can implement a simple room's AC temperature controller in
the following way: the following way:
```cpp ```cpp