docs: workind in one of the comments fixed

This commit is contained in:
Mateusz Pusz
2023-09-24 19:43:58 +02:00
parent 9224fc511a
commit 80d869e13d

View File

@@ -60,7 +60,7 @@ concept AbsolutePointOrigin =
/**
* @brief A concept matching all quantity points in the library
*
* Satisfied by all types being a either specialization or derived from `quantity_point`
* Satisfied by all types being either a specialization or derived from `quantity_point`
*/
template<typename T>
concept QuantityPoint = detail::is_quantity_point<T>;