Skip to content

Commit 409bc00

Browse files
committed
Avoid repetitions
1 parent 9fc1402 commit 409bc00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Type/Real.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ its real part and 0e0 as the imaginary part.
7373
method Int(Real:D:)
7474
7575
Calls the L«C<Bridge> method|/routine/Bridge» on the invocant and then
76-
calls the L«C<Int> method|/routine/Int» on its return value.
76+
the L«C<Int> method|/routine/Int» on its return value.
7777
7878
=head2 method Rat
7979
8080
method Rat(Real:D: Real $epsilon = 1e-6)
8181
8282
Calls the L«C<Bridge> method|/routine/Bridge» on the invocant and then
83-
calls the L«C<Rat> method|/routine/Rat» on its return value with the
83+
the L«C<Rat> method|/routine/Rat» on its return value with the
8484
C<$epsilon> argument.
8585
8686
=head2 method Real
@@ -99,7 +99,7 @@ C<self.new>.
9999
method Num(Real:D:)
100100
101101
Calls the L«C<Bridge> method|/routine/Bridge» on the invocant and then
102-
calls the L«C<Num> method|/routine/Num» on its return value.
102+
the L«C<Num> method|/routine/Num» on its return value.
103103
104104
=head2 routine rand
105105

0 commit comments

Comments
 (0)