Skip to content

Commit 8bef23d

Browse files
committed
remove trailing whitespace
1 parent 6843510 commit 8bef23d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Language/faq.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ process. Latest versions of L«C<zef> module installer|https://modules.perl6.org
119119
automatically check for latest versions of a module on CPAN as well as our
120120
L<GitHub-based ecosystem|https://github.com/perl6/ecosystem/>.
121121
122-
Viewing of modules available CPAN will be implemented soon on
122+
Viewing of modules available CPAN will be implemented soon on
123123
L<modules.perl6.org website|https://modules.perl6.org/> (temporarily, it's
124124
available as L<a raw JSON file|https://github.com/ugexe/Perl6-ecosystems/blob/master/cpan.json>
125125

doc/Type/DateTime.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Defined as:
102102
method now(:$timezone = $*TZ, :&formatter --> DateTime:D)
103103
104104
Creates a new C<DateTime> object from the current system time. A custom
105-
L<formatter> and L<timezone> can be provided. The C<:$timezone> is
105+
L<formatter> and L<timezone> can be provided. The C<:$timezone> is
106106
the offset B<in seconds> from L<GTM|https://en.wikipedia.org/wiki/Greenwich_Mean_Time>
107107
and defaults to the value of L«C<$*TZ> variable|/language/variables#index-entry-%24*TZ».
108108

0 commit comments

Comments
 (0)