Skip to content

Commit 07c904c

Browse files
committed
correct wikipedia reference link
Manually apply from PR#4579 tbrowder++
1 parent 0bc0b8b commit 07c904c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/Type/Dateish.rakudoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ say Date.today.yyyy-mm-dd("/"); # OUTPUT: «2020/03/14␤»
183183
=for code :ok-test<dd>
184184
method mm-dd-yyyy(str $sep = "-" --> Str:D)
185185

186-
Returns the date in C<MM-DD-YYYY> format (L<ISO 8601|https://en.wikipedia.org/wiki/ISO_8601>).
186+
Returns the date in C<MM-DD-YYYY> format (L<Gregorian, month-day-year (MDY)|https://en.wikipedia.org/wiki/Calendar_date>).
187187
The optional positional argument C<$sep>, which defaults to C«-», is a one-character
188188
separator placed between the different parts of the date.
189189

@@ -198,7 +198,7 @@ say Date.today.mm-dd-yyyy("/"); # OUTPUT: «03/14/2020␤»
198198
=for code :ok-test<dd>
199199
method dd-mm-yyyy(str $sep = "-" --> Str:D)
200200

201-
Returns the date in C<DD-MM-YYYY> format (L<ISO 8601|https://en.wikipedia.org/wiki/ISO_8601>).
201+
Returns the date in C<DD-MM-YYYY> format (L<Gregorian, day-month-year (DMY)|https://en.wikipedia.org/wiki/Calendar_date>).
202202
The optional positional argument C<$sep>, which defaults to C«-», is a one-character
203203
separator placed between the different parts of the date.
204204

xt/pws/words.pws

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ dividebyzero
366366
dl
367367
dll
368368
dmg
369+
dmy
369370
dns
370371
documenting's
371372
doesnotexist
@@ -776,6 +777,7 @@ maybevals
776777
mayspec
777778
mbc
778779
mbigint
780+
mdy
779781
memoized
780782
merelo
781783
metacharacter

0 commit comments

Comments
 (0)