Skip to content

Commit

Permalink
Fix Iterator spec typo: integreation -> integration
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan authored and ysbaddaden committed Jan 12, 2018
1 parent bd42727 commit 77de91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/std/iterator_spec.cr
Expand Up @@ -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 }
Expand Down

0 comments on commit 77de91f

Please sign in to comment.