Skip to content

Commit

Permalink
Fix typo in JVM part of 392213d
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed Apr 4, 2024
1 parent 3a70c50 commit 037fab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/GenericHOW.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Perl6::Metamodel::GenericHOW
my $found := $kind eq 'BOOTContext'
#?endif
#?if jvm
my $found := $kind eq 'ContextRef' {
my $found := $kind eq 'ContextRef'
#?endif
?? nqp::getlexrel($type_environment, $name)
!! $kind eq 'BOOTHash'
Expand Down

0 comments on commit 037fab6

Please sign in to comment.