Skip to content

Commit 9a7f462

Browse files
Fix documentation typos
1 parent 0b43769 commit 9a7f462

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ The 0.2.0 release includes contributions from [CTMacUser], [LemonSpike],
241241
- The base collections of the sequence and collection wrapper types are no
242242
longer public ([#85], [#125]), and the wrapper types no longer conform to the
243243
`Equatable` or `Hashable` protocols ([#124]). If you need those conformances,
244-
convert the wrapper type to an `Array` or other collection currrency type
244+
convert the wrapper type to an `Array` or other collection currency type
245245
before storing. Please file an issue if these changes pose a problem for your
246246
use case.
247247

@@ -335,7 +335,7 @@ The 0.0.3 release includes contributions from [benrimmington], [danielctull],
335335
### Fixes
336336

337337
- `Algorithms` now builds under SwiftPM on Windows.
338-
- A wide variety of errors, misspellings, and ommissions in the documentation
338+
- A wide variety of errors, misspellings, and omissions in the documentation
339339
and guides have been fixed.
340340
- Index/distance calculations for the `Product2` and `Chain` types have been
341341
corrected.

0 commit comments

Comments
 (0)