Skip to content

Commit 0c7c701

Browse files
committed
Fix NQP op documentation for nqp::exist*
It's existskey, not existkey
1 parent ef08484 commit 0c7c701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/nqp-opcode.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ General notes:
9797
nqp::bindkey pir::set__1QsP
9898
nqp::atpos pir::set__PQi
9999
nqp::atkey pir::set__PQs
100-
nqp::existpos pir::exists__IQi
101-
nqp::existkey pir::exists__IQs
100+
nqp::existspos pir::exists__IQi
101+
nqp::existskey pir::exists__IQs
102102
nqp::deletekey pir::delete__0Qs
103103
nqp::elems pir::elements__IP
104104

0 commit comments

Comments
 (0)