Skip to content

Commit 77de91f

Browse files
lachlanysbaddaden
authored andcommittedJan 12, 2018
Fix Iterator spec typo: integreation -> integration
1 parent bd42727 commit 77de91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎spec/std/iterator_spec.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ describe Iterator do
544544
end
545545
end
546546

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

0 commit comments

Comments
 (0)
Please sign in to comment.