aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lux-mode/lux-mode.el')
-rw-r--r--lux-mode/lux-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 81e2146de..8a9ce79ed 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -380,7 +380,7 @@ Called by `imenu--generic-function'."
(type//capability (altRE "capability"))
;; Data
(data//record (altRE "the" "has" "revised"))
- (data//interface (altRE "use" "implementation" "with" "at"))
+ (data//interface (altRE "use" "implementation" "with" "of"))
(data//implicit (altRE "implicitly" "a/an" "a" "an"))
(data//collection (altRE "list" "sequence" "tree"))
;; Code