Skip to content

Commit b7bbfb5

Browse files
committed
remove trailing whitespace
1 parent 36e737b commit b7bbfb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Signature.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ There are two other ways to declare a return type:
258258
259259
C<of> is just the real name of the C<returns> keyword, and the
260260
prefix(C-like) form can be used too. Although all the ways are valid,
261-
the C<-->> form is preferred for several reasons:
261+
the C<-->> form is preferred for several reasons:
262262
(1) it can handle constant values while the others can't;
263-
(2) for consistency, it is the only form accepted on this site; and
263+
(2) for consistency, it is the only form accepted on this site; and
264264
(3) the C<returns> form is planned for future removal.
265265
266266
The following illustrates how to write a signature returning a constant value:

0 commit comments

Comments
 (0)