Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
natecook1000 committed Dec 4, 2020
1 parent 6388692 commit e1c421c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Algorithms/Combinations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ extension Combinations: Hashable where Base: Hashable {}

extension Collection {
/// Returns a collection of combinations of this collection's elements, with
/// each combination having the specificed number of elements.
/// each combination having the specified number of elements.
///
/// This example prints the different combinations of three from an array of
/// four colors:
Expand Down

1 comment on commit e1c421c

@mdznr
Copy link
Contributor

@mdznr mdznr commented on e1c421c Dec 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😀

Please sign in to comment.