Skip to content

Commit 07f21bc

Browse files
committed
remove trailing whitespace
1 parent 6153feb commit 07f21bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/UInt.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Some examples of its behavior and uses:
2424
say $i.WHAT; # (Int)
2525
$u = $i;
2626
say $u.WHAT; # (Int)!! a subset of Int is an Int
27-
27+
2828
=end pod

0 commit comments

Comments
 (0)