Commit 9e220f68 authored by Asheesh Laroia's avatar Asheesh Laroia

Merge pull request #249 from ocdtrekkie/patch-1

Typo found by @mquandalle
parents 22e4319f 252592cd
...@@ -382,7 +382,7 @@ inline constexpr auto operator*(UnitRatio<Number1, Unit2, Unit> ratio, ...@@ -382,7 +382,7 @@ inline constexpr auto operator*(UnitRatio<Number1, Unit2, Unit> ratio,
template <typename T, typename Label> template <typename T, typename Label>
class Absolute { class Absolute {
// Wraps some other value -- typically a Quantity -- but represents a value measured based on // 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. // Absolute<Duration, UnixEpoch> might be a calendar date.
// //
// Since Absolute represents measurements relative to some arbitrary origin, the only sensible // 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