docs: a representation type in a dimensionless quantity FAQ fixed

This commit is contained in:
Mateusz Pusz
2023-10-23 09:21:37 +02:00
parent 75fa12501c
commit 211ba6a5b3

View File

@@ -98,7 +98,7 @@ In the initial design of this library, the resulting type of division of two qua
common representation type:
```cpp
static_assert(std::is_same_v<decltype(10 * km / (5 * km)), std::int64_t>);
static_assert(std::is_same_v<decltype(10 * km / (5 * km)), int>);
```
First of all, this was consistent with