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