Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Instant] Add link to Duration page
Now Instant contains a link to Duration as well as vice-versa.
  • Loading branch information
ShimmerFairy committed Jul 9, 2012
1 parent c0352f6 commit 02812fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Instant.pod
Expand Up @@ -11,7 +11,7 @@ An C<Instant> can be used to create a C<DateTime> object set to that
C<Instant>. The pseudo-constant C<now> returns the current time as an
C<Instant>.
Basic math is defined for C<Instant>s (as well as C<Duration>s). Adding an
Basic math is defined for C<Instant>s (as well as L<Duration>s). Adding an
C<Instant> to a C<Duration> returns another Instant. Subtracting two C<Instant>s
will yield a C<Duration>. Adding two C<Instant>s is explicitly disallowed. All
other operations with Instants are undefined.
Expand Down

0 comments on commit 02812fb

Please sign in to comment.