Skip to content

Commit

Permalink
Fix comment copy-pasto
Browse files Browse the repository at this point in the history
Spotted by Christian Bartolomäus++
  • Loading branch information
lizmat committed Jan 1, 2021
1 parent 17d8695 commit 7e15259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/Rakudo/Internals/PostcircumfixAdverbs.pm6
Expand Up @@ -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
Expand Down

0 comments on commit 7e15259

Please sign in to comment.