Skip to content

Commit 206dd1e

Browse files
committed
style: typo getin -> get
1 parent 977a72e commit 206dd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/moclojer/rq/adapters.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Adapts given pattern keyword to a known internal pattern. Raises
1818
an exception if invalid."
1919
[pattern]
20-
(or (getin patterns pattern)
20+
(or (get patterns pattern)
2121
(throw (ex-info (str "No pattern named " pattern)
2222
{:cause :illegal-argument
2323
:value pattern

0 commit comments

Comments
 (0)