Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
core.time: DDoc paren balancing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Feb 14, 2012
1 parent 1640581 commit 1be01e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/time.d
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ struct TickDuration
)
Params:
rhs = The $(D TickDuration to add to or subtract from this
rhs = The $(D TickDuration) to add to or subtract from this
$(D TickDuration).
+/
TickDuration opBinary(string op)(TickDuration rhs) @safe const pure nothrow
Expand Down Expand Up @@ -1925,7 +1925,7 @@ struct TickDuration
$(D clock_gettime) is unavailable, then Posix systems use
$(D gettimeofday) (the decision is made when $(D TickDuration) is
compiled), which unfortunately, is not monotonic, but if
$(D mach_absolute_time) and $(D clock_gettime() aren't available, then
$(D mach_absolute_time) and $(D clock_gettime) aren't available, then
$(D gettimeofday) is the the best that there is.
$(RED Warning):
Expand Down

0 comments on commit 1be01e3

Please sign in to comment.