]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo
authorStefan Kangas <stefankangas@gmail.com>
Wed, 15 Feb 2023 14:21:43 +0000 (15:21 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 15 Feb 2023 14:22:09 +0000 (15:22 +0100)
lisp/progmodes/rust-ts-mode.el

index f510b7bb6c99b5c25bb01d3d07fe9bf76ba85086..ec823d09d8c9cfd9006ee360f6f8557132a90dbb 100644 (file)
    '((field_identifier) @font-lock-property-face
      (shorthand_field_initializer (identifier) @font-lock-property-face))
 
-   ;; Must be under type, otherwise some imports can be highlighted as consants.
+   ;; Must be under type, otherwise some imports can be highlighted as constants.
    :language 'rust
    :feature 'constant
    `((boolean_literal) @font-lock-constant-face