From 750af32f0649b5930e3c5b7b3e6ae4f2fcc1adb4 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 29 Aug 2023 14:21:51 +0200 Subject: [PATCH] style: whitespaces cleanup --- docs/users_guide/framework_basics/basic_concepts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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".