hankache / rakuguide

The Raku Guide
https://raku.guide
Creative Commons Attribution Share Alike 4.0 International
194 stars 65 forks source link

Fix two little errors about adoc #195

Closed kwl01skz closed 5 years ago

kwl01skz commented 5 years ago

In the table, the second type of ++ and - operators have a typographical error. This error is invisible to the naked eye in the original file and part of the translation, but it will appear in zh / ja / tr and may also appear in other translations. like this https://perl6intro.com/zh/#_%E4%B8%80%E8%88%AC%E8%BF%90%E7%AE%97%E7%AC%A6 https://perl6intro.com/tr/#_yayg%C4%B1n_operat%C3%B6rler


In adoc, ‘=>’ will be automatically converted to ‘⇒’ unless it is escaped '\=>’ This problem appears in the original text and in all translations. like this https://perl6intro.com/#_named_vs_positional_parameters

hankache commented 5 years ago

@kwl01skz Thanks :)