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

Commit

Permalink
Merge pull request #1544 from aG0aep6G/typo
Browse files Browse the repository at this point in the history
fix typo in code example
  • Loading branch information
schveiguy committed Apr 19, 2016
2 parents 31e5bc1 + fafcfa2 commit 58ca455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/time.d
Expand Up @@ -2389,7 +2389,7 @@ auto before = MonoTime.currTime;
// do stuff
auto after = MonoTime.currTime;
auto timeElapsed = after - before;
assert(before + timeElapsed == after).
assert(before + timeElapsed == after);
--------------------
This is generally fine, and by its very nature, converting from
Expand Down

0 comments on commit 58ca455

Please sign in to comment.