Skip to content

Commit e229d69

Browse files
committed
Fix typo
1 parent 7ea1d4e commit e229d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift-mode-font-lock.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Exmpale: #if, #endif, and #selector."
8080
"Face for highlighting builtin functions."
8181
:group 'swift-mode:faces)
8282

83-
(defface swift-mode:builtin-propertie-face
83+
(defface swift-mode:builtin-property-face
8484
'((t . (:inherit font-lock-builtin-face)))
8585
"Face for highlighting builtin properties."
8686
:group 'swift-mode:faces)
@@ -529,7 +529,7 @@ Excludes true, false, and keywords begin with a number sign.")
529529

530530
(,(concat "\\." (regexp-opt swift-mode:standard-properties 'words))
531531
1
532-
'swift-mode:builtin-propertie-face)
532+
'swift-mode:builtin-property-face)
533533

534534
(,(concat "\\." (regexp-opt swift-mode:standard-enum-cases 'words))
535535
1

0 commit comments

Comments
 (0)