Skip to content

Commit

Permalink
Remove unneeded word in atkey_u description
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed Jan 10, 2019
1 parent 7d9bb54 commit c47cd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ops.markdown
Expand Up @@ -846,7 +846,7 @@ You can also use `nqp::iterator()` to iterate over a hash's key-value pairs.
* `atkey(%hash, str $key --> Mu)`
* `atkey_i(%hash, str $key --> int)`
* `atkey_u(%hash, str $key --> uint)`
* Note, there's no bindkey_u yet since at the moment since atkey_u is only used
* Note, there's no bindkey_u yet since at the moment atkey_u is only used
for getting values from the lexpad
* `atkey_n(%hash, str $key --> num)`
* `atkey_s(%hash, str $key --> str)`
Expand Down

0 comments on commit c47cd9b

Please sign in to comment.