Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
spuun committed Sep 26, 2024
1 parent 962acef commit ce1ad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/std/iterator_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end
describe Iterator do
describe "Iterator.empty" do
it "creates empty iterator" do
iter = ::Iterator(String).empty
iter = Iterator(String).empty
iter.next.should be_a(Iterator::Stop)
end
end
Expand Down

0 comments on commit ce1ad60

Please sign in to comment.