Commit Graph

12 Commits

Author SHA1 Message Date
tif-calin
ce004b474f
fat comman => fat comma 2023-03-26 11:22:19 -07:00
Marcel Ribeiro-Dantas
bba9f7df21
Fixes typos in many different English articles
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
2022-12-10 12:05:34 -03:00
Andinus
624c13d18d
[Raku/en] Fix typo & grammar, Remove trailing whitespace, Update IRC (#4224)
#raku has moved to irc.libera.chat
2021-08-26 19:38:23 +02:00
Samantha McVey
406b103164
[Raku/en] Fix runaway comment for syntax highlighter (#4215)
The pygments highlighter does not recognize `==begin` and `==end`
without a newline before `==end`. For this reason it will never end the
comment. This resulted in 95% of the Raku document being highlighted as
a comment.

We replace most `=begin` and `=end` with standard quotes `#`. In some
places I retain `=begin` and `=end` when they are indented (this works
fine in pygments).
2021-08-21 23:46:05 +02:00
sumanstats
d78605e0d7 Reflect perl6 to raku rename
+ As mentioned here: https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md perl6 is renamed to raku
+ change references of perl6 to raku
+ change extension from .p6 to .raku
+ fix the link of raku advent calendar
2020-06-15 20:42:57 +05:45
sumanstats
0ecb826429 Perl6 to Raku and many more
+ As the Perl 6 is renamed to raku, it is good to reflect that https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md

+ perl6.org is now raku.org
+ change references of perl 6 to raku
+ rename file perl6-pod.html.markdown to raku-pod.html.markdown
+ Perl refers to Perl 5, there is no ambiguity after rename of Perl6 to
  Raku, use Perl only to refer to Perl 5
+ fix links inside raku.html.markdown
2020-06-10 16:33:01 +05:45
Sizhe Zhao
711912580b Fix typos in raku.html.markdown 2020-05-23 15:40:10 -07:00
Sizhe Zhao
27d32b5e43 Fix typos in raku.html.markdown 2020-05-23 15:40:10 -07:00
Samuel Chase
cfad802b4f Fix some typos for the Raku page 2020-05-23 15:21:58 -07:00
Jonathan
9bf06f1484
Fixed typo in sample output 2020-03-13 21:25:57 -04:00
Jonathan
8bacbc2d2f
Update raku.html.markdown 2020-03-13 20:33:24 -04:00
Luis F. Uceta
6688d18f61 Add changes regarding rename and more: (#3758)
- Replace mentions of Perl 6 with Raku
  (See https://github.com/perl6/problem-solving/blob/master/solutions/language/Path-to-Raku.md)
- Document's sections is now part of the resulting raku file
- The resulting Raku file can now be executed without runtime/compile-time
  errors
- Some examples had minor updates or fixes
- Update links, extensions and commands.
2019-12-07 19:03:36 +01:00