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
9e220f68
Commit
9e220f68
authored
Sep 29, 2015
by
Asheesh Laroia
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #249 from ocdtrekkie/patch-1
Typo found by @mquandalle
parents
22e4319f
252592cd
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 @
9e220f68
...
...
@@ -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