docs: duplicated 'construction' chapters fixed

This commit is contained in:
Mateusz Pusz
2020-09-08 18:39:05 +02:00
parent 991863594d
commit ff02575aae
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ with a specific representation and is represented in the library with a
`quantity` class template. `quantity` class template.
Construction Quantity Construction
------------ ---------------------
To create the quantity object from a :term:`scalar` we just have to pass To create the quantity object from a :term:`scalar` we just have to pass
the value to the `quantity` class template explicit constructor:: the value to the `quantity` class template explicit constructor::

View File

@@ -8,8 +8,8 @@ A :term:`quantity point` is an absolute quantity with respect to zero
`quantity_point` class template. `quantity_point` class template.
Construction Quantity Point Construction
------------ ---------------------------
To create the quantity point object from a `quantity` we just have to pass To create the quantity point object from a `quantity` we just have to pass
the value to the `quantity_point` class template explicit constructor:: the value to the `quantity_point` class template explicit constructor::