Commit 252592cd authored by Jacob Weisz's avatar Jacob Weisz

Typo found by @mquandalle

Mentioned three days ago, didn't want it to get forgotten
parent 22e4319f
......@@ -382,7 +382,7 @@ inline constexpr auto operator*(UnitRatio<Number1, Unit2, Unit> ratio,
template <typename T, typename Label>
class Absolute {
// Wraps some other value -- typically a Quantity -- but represents a value measured based on
// some absolute origin. For exmaple, if `Duration` is a type representing a time duration,
// some absolute origin. For example, if `Duration` is a type representing a time duration,
// Absolute<Duration, UnixEpoch> might be a calendar date.
//
// Since Absolute represents measurements relative to some arbitrary origin, the only sensible
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment