Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
252592cd
Commit
252592cd
authored
Sep 29, 2015
by
Jacob Weisz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo found by @mquandalle
Mentioned three days ago, didn't want it to get forgotten
parent
22e4319f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
units.h
c++/src/kj/units.h
+1
-1
No files found.
c++/src/kj/units.h
View file @
252592cd
...
...
@@ -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 ex
ma
ple, if `Duration` is a type representing a time duration,
// some absolute origin. For ex
am
ple, 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment