We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadd5d4 commit cdf454eCopy full SHA for cdf454e
1 file changed
src/keyword.rs
@@ -21,7 +21,7 @@ impl Keyword {
21
// Clojure proper has
22
pub fn intern_with_ns(ns: &str, name: &str) -> Keyword {
23
Keyword {
24
- sym: Symbol::intern_with_ns(name, ns),
+ sym: Symbol::intern_with_ns(ns, name),
25
}
26
27
0 commit comments