We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0352f6 commit 02812fbCopy full SHA for 02812fb
lib/Instant.pod
@@ -11,7 +11,7 @@ An C<Instant> can be used to create a C<DateTime> object set to that
11
C<Instant>. The pseudo-constant C<now> returns the current time as an
12
C<Instant>.
13
14
-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
15
C<Instant> to a C<Duration> returns another Instant. Subtracting two C<Instant>s
16
will yield a C<Duration>. Adding two C<Instant>s is explicitly disallowed. All
17
other operations with Instants are undefined.
0 commit comments