Skip to content

Commit ce126b6

Browse files
authored
Fix not_i's name in ToC and heading
1 parent 3e71bfe commit ce126b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ops.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- [islt](#islt)
4747
- [isle](#isle)
4848
- [isne](#isne)
49-
- [not](#not)
49+
- [not_i](#not_i)
5050
- [Array Opcodes](#-array-opcodes)
5151
- [atpos](#atpos)
5252
- [bindpos](#bindpos)
@@ -634,7 +634,7 @@ Return non-zero if $l is less than or equal to $r.
634634

635635
Return non-zero if the two parameters are not equal.
636636

637-
## not
637+
## not_i
638638
* `not_i(int $val)`
639639

640640
Return 1 if `$val` is 0, 0 otherwise.

0 commit comments

Comments
 (0)