Skip to content

Commit 35b6eb9

Browse files
committed
remove trailing whitespace
1 parent 3d5e064 commit 35b6eb9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ autovivified if possible. Some examples:
174174
$a = 3;
175175
$a min= 5; # still 3
176176
$a min= 2; # 2
177-
177+
178178
my $s = 'a';
179179
$s ~= 'b'; # 'ab'
180180

doc/Language/typesystem.pod6

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ role, is added to the inheritance chain.
606606
}
607607
}
608608
}
609-
609+
610610
role SI-second does Unitish[<s>] {}
611611
role SI-metre does Unitish[<m>] {}
612612
role SI-kilogram does Unitish[<g>] {}
@@ -628,9 +628,6 @@ role, is added to the inheritance chain.
628628
say [(75kg).^name, N(75kg).^name];
629629
# OUTPUT«[Int+{SI-kilogram} Rat+{SI-Newton}]»
630630
631-
632-
633-
634631
=head3 Versioning and Authorship
635632
636633
Versioning and authorship can be applied via adverbs X«C«:ver<>»|:ver<> (role)» and X«C«:auth<>»|:auth<> (role)».

0 commit comments

Comments
 (0)