Skip to content

Commit db4f0d8

Browse files
committed
Clarify comment
1 parent f175601 commit db4f0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/swot_clj/core.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
false)))
4747

4848
(defn get-institution-name
49-
"Returns the name of an institution based on the passed email or domain, or nil if the domain
50-
was not recognized (i.e. `is-academic?` returns false)."
49+
"Returns a vector of an institution's name(s) based on the passed email or domain, or nil if
50+
the domain was not recognized (i.e. is-academic? returns false)."
5151
[text]
5252
(let [domain (lower-case (get-domain text))]
5353
(if (is-academic? domain)

0 commit comments

Comments
 (0)