We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a364f commit 3cad6d5Copy full SHA for 3cad6d5
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