diff --git a/docs/users_guide/framework_basics/basic_concepts.md b/docs/users_guide/framework_basics/basic_concepts.md index 017f2637..00aee5ba 100644 --- a/docs/users_guide/framework_basics/basic_concepts.md +++ b/docs/users_guide/framework_basics/basic_concepts.md @@ -369,7 +369,7 @@ implicitly convertible from quantity specification `V`, which means that `V` mus ??? abstract "Examples" `ice_point` can serve as a point origin for _points_ of `isq::Celsius_temperature` because this quantity - type implicitly converts to `isq::thermodynamic_temperature`. + type implicitly converts to `isq::thermodynamic_temperature`. However, if we define `mean_sea_level` in the following way: @@ -379,7 +379,7 @@ implicitly convertible from quantity specification `V`, which means that `V` mus then it can't be used as a point origin for _points_ of `isq::length` or `isq::width` as none of them is implicitly convertible to `isq::altitude`: - + - not every "length" is an "altitude", - "width" is not compatible with "altitude".