From ce004b474f5c294a846e2e75e7d7e65722c28793 Mon Sep 17 00:00:00 2001 From: tif-calin <76538249+tif-calin@users.noreply.github.com> Date: Sun, 26 Mar 2023 11:22:19 -0700 Subject: fat comman => fat comma --- raku.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raku.html.markdown') diff --git a/raku.html.markdown b/raku.html.markdown index 53404f58..39bc0e51 100644 --- a/raku.html.markdown +++ b/raku.html.markdown @@ -122,7 +122,7 @@ say @array; # OUTPUT: «a 6 b␤» # context, and any duplicated keys are deduplicated. my %hash = 'a' => 1, 'b' => 2; -# Keys get auto-quoted when the fat comman (`=>`) is used. Trailing commas are +# Keys get auto-quoted when the fat comma (`=>`) is used. Trailing commas are # okay. %hash = a => 1, b => 2, ; -- cgit v1.2.3