FIX typo
This commit is contained in:
parent
7fe062b7f8
commit
84b06e1a42
|
@ -974,8 +974,7 @@ deadline (eg via epoch time) or if it has a repeater."
|
||||||
(lambda (acc)
|
(lambda (acc)
|
||||||
(pcase acc
|
(pcase acc
|
||||||
(`(:si-complete ,_)
|
(`(:si-complete ,_)
|
||||||
(->> type-name
|
(org-x-dag-left "Active sub-iterator must have at least one active child"))
|
||||||
(org-x-dag-left "Active sub-iterator must have at least one active child")))
|
|
||||||
(`(:si-active ,ts-data)
|
(`(:si-active ,ts-data)
|
||||||
(either :right `(:si-active ,ts-data)))
|
(either :right `(:si-active ,ts-data)))
|
||||||
(e (error "Invalid pattern: %s" e))))))
|
(e (error "Invalid pattern: %s" e))))))
|
||||||
|
|
Loading…
Reference in New Issue