We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f175601 commit db4f0d8Copy full SHA for db4f0d8
src/swot_clj/core.clj
@@ -46,8 +46,8 @@
46
false)))
47
48
(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)."
+ "Returns a vector of an institution's name(s) based on the passed email or domain, or nil if
+ the domain was not recognized (i.e. is-academic? returns false)."
51
[text]
52
(let [domain (lower-case (get-domain text))]
53
(if (is-academic? domain)
0 commit comments