Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Duration] grammar fix, at newline at EOF
  • Loading branch information
moritz committed Jul 9, 2012
1 parent 79ea374 commit c9b8604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Duration.pod
Expand Up @@ -7,7 +7,7 @@
A C<Duration> represents a length of time in atomic seconds, with
fractions. Like an L<Instant>, it is epoch-agnostic. In numeric contexts
(situations where a C<Duration> is used as a number), a C<Duration> will return
a either a L<Rat> or a L<FatRat> representing the number of seconds it holds.
either a L<Rat> or a L<FatRat> representing the number of seconds it holds.
C<Duration>s can be subtracted from or added to C<Instant>s to yield another,
new C<Instant>. A C<Duration> will come as a result of subtracting to
Expand All @@ -16,4 +16,4 @@ two C<Duration>s when it makes sense (namely, the addition, subtraction, or
modulous of two C<Duration>s). The type of object returned for other numeric
operations is currently unspecified.
=end pod
=end pod

0 comments on commit c9b8604

Please sign in to comment.