Skip to content

Commit 02812fb

Browse files
committed
[Instant] Add link to Duration page
Now Instant contains a link to Duration as well as vice-versa.
1 parent c0352f6 commit 02812fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Instant.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ An C<Instant> can be used to create a C<DateTime> object set to that
1111
C<Instant>. The pseudo-constant C<now> returns the current time as an
1212
C<Instant>.
1313
14-
Basic math is defined for C<Instant>s (as well as C<Duration>s). Adding an
14+
Basic math is defined for C<Instant>s (as well as L<Duration>s). Adding an
1515
C<Instant> to a C<Duration> returns another Instant. Subtracting two C<Instant>s
1616
will yield a C<Duration>. Adding two C<Instant>s is explicitly disallowed. All
1717
other operations with Instants are undefined.

0 commit comments

Comments
 (0)