aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
authorEduardo Julian2022-06-04 20:00:01 -0400
committerEduardo Julian2022-06-04 20:00:01 -0400
commit75e8244fd7914d2ac0c3622d2277b84c4bfa7ffb (patch)
tree317e26d0702e8c73669b9cef39979c0d2ed93b17 /lux-mode/lux-mode.el
parentf9e33ae96aec4741385a576719786092c9e68043 (diff)
comonad/cofree => comonad/free
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 b50d4ac55..a4550d7af 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -381,7 +381,7 @@ Called by `imenu--generic-function'."
(type//capability (altRE "capability:"))
;; Data
(data//record (altRE "the" "has" "revised"))
- (data//interface (altRE "open:" "implementation" "at"))
+ (data//interface (altRE "open:" "implementation" "with" "at"))
(data//implicit (altRE "implicit:" "a/an" "a" "an"))
(data//collection (altRE "list" "partial_list" "sequence" "tree"))
;; Code