Skip to content

Commit 672377e

Browse files
U-CPT\debU-CPT\deb
authored andcommitted
Fixed typo
1 parent 39ed76f commit 672377e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ a completion list."
16581658
;; Assignment operators (=, +=, ...)
16591659
("\\([^=<!>]+?\\([\-+./%]?=\\)[^=<!>]+?\\)" 2 'php-assignment-op)
16601660

1661-
;; Comparison operatoes (==, ===, >=, ...)
1661+
;; Comparison operators (==, ===, >=, ...)
16621662
("\\([!=]=\\{1,2\\}[>]?\\|[<>]=?\\)" 1 'php-comparison-op)
16631663

16641664
;; Arithmetic operators (+, -, *, **, /, %)

0 commit comments

Comments
 (0)