Skip to content

Commit

Permalink
docs: workind in one of the comments fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Sep 24, 2023
1 parent 9224fc5 commit 80d869e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/include/mp-units/bits/quantity_point_concepts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 80d869e

Please sign in to comment.