diff options
Diffstat (limited to 'src/cli/runtime/IFn.cs')
-rw-r--r-- | src/cli/runtime/IFn.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/IFn.cs b/src/cli/runtime/IFn.cs index 2b9f6447..bc6c60e6 100644 --- a/src/cli/runtime/IFn.cs +++ b/src/cli/runtime/IFn.cs @@ -12,7 +12,7 @@ using System;
-namespace org.clojure.runtime
+namespace clojure.lang
{ public interface IFn{ |