Skip to content

Commit 8dfacd6

Browse files
committed
Trailing whitespace.
1 parent e969d47 commit 8dfacd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Complex.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Declared as
220220
multi sub infix:<**>(Complex:D \a, Num(Real) \b --> Complex:D)
221221
222222
The X<exponentiation operator> coerces the second argument to L<Complex|/type/Complex>
223-
and calculates the left-hand-side raised to the power of the right-hand side. Since 6.d,
223+
and calculates the left-hand-side raised to the power of the right-hand side. Since 6.d,
224224
either argument can be equal to zero.
225225
226226
say i ** i # OUTPUT: «0.20787957635076193+0i␤»

0 commit comments

Comments
 (0)