Skip to content

Commit ffe6a79

Browse files
committed
spelling: practice
Signed-off-by: Josh Soref <[email protected]>
1 parent 4958754 commit ffe6a79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/single-source/LuhnAlgoEager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ extension MapSomeSequenceView: Sequence {
7272
}
7373

7474
// now extend a lazy collection to return that view
75-
// from a call to mapSome. In pracice, when doing this,
75+
// from a call to mapSome. In practice, when doing this,
7676
// you should do it for all the lazy wrappers
7777
// (i.e. random-access, forward and sequence)
7878
extension LazyCollectionProtocol {

benchmark/single-source/LuhnAlgoLazy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ extension MapSomeSequenceView: Sequence {
7272
}
7373

7474
// now extend a lazy collection to return that view
75-
// from a call to mapSome. In pracice, when doing this,
75+
// from a call to mapSome. In practice, when doing this,
7676
// you should do it for all the lazy wrappers
7777
// (i.e. random-access, forward and sequence)
7878
extension LazyCollectionProtocol {

0 commit comments

Comments
 (0)