diff options
Diffstat (limited to 'src/cli/runtime/EnumeratorIter.cs')
-rw-r--r-- | src/cli/runtime/EnumeratorIter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/EnumeratorIter.cs b/src/cli/runtime/EnumeratorIter.cs index ccceda93..2fb66c11 100644 --- a/src/cli/runtime/EnumeratorIter.cs +++ b/src/cli/runtime/EnumeratorIter.cs @@ -12,7 +12,7 @@ using System;
using System.Collections;
-namespace org.clojure.runtime
+namespace clojure.lang
{
internal class EnumeratorIter:Iter
{
|