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