Skip to content

Commit

Permalink
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
@@ -544,7 +544,7 @@ describe Iterator do
end
end

describe "integreation" do
describe "integration" do
it "combines many iterators" do
(1..100).each
.select { |x| 50 <= x < 60 }

0 comments on commit 77de91f

Please sign in to comment.