From 7e1525922671d86619841e5d531bb22b793c6056 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Fri, 1 Jan 2021 20:50:31 +0100 Subject: [PATCH] Fix comment copy-pasto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Spotted by Christian Bartolomäus++ --- src/core.c/Rakudo/Internals/PostcircumfixAdverbs.pm6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c/Rakudo/Internals/PostcircumfixAdverbs.pm6 b/src/core.c/Rakudo/Internals/PostcircumfixAdverbs.pm6 index 06204c2e699..a6ba7374665 100644 --- a/src/core.c/Rakudo/Internals/PostcircumfixAdverbs.pm6 +++ b/src/core.c/Rakudo/Internals/PostcircumfixAdverbs.pm6 @@ -99,7 +99,7 @@ augment class Rakudo::Internals { my constant SLICE_DELETE = 0x0001; # :delete my constant SLICE_EXISTS = 0x0002; # :exists my constant SLICE_NOT_EXISTS = 0x0004; # :!exists - my constant SLICE_KV = 0x0008; # :k + my constant SLICE_KV = 0x0008; # :kv my constant SLICE_NOT_KV = 0x0010; # :!kv my constant SLICE_P = 0x0020; # :p my constant SLICE_NOT_P = 0x0040; # :!p