Skip to content

Commit 1aea378

Browse files
authored
Merge pull request #703 from BasThomas/patch-1
Use consistent spelling for "useability"
2 parents 7e6816c + 4725e26 commit 1aea378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0174-filter-range-replaceable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ associated type, and adds a default implementation to
1616
The recently accepted
1717
[SE-165](https://github.com/apple/swift-evolution/blob/master/proposals/0165-dict.md)
1818
introduced a version of `filter` on `Dictionary` that returned a
19-
`Dictionary`. This had both performance and useability benefits: in most cases,
19+
`Dictionary`. This had both performance and usability benefits: in most cases,
2020
a `Dictionary` is what the user wanted from the filter, and creating one
2121
directly from the filter operation is much more efficient than first creating
2222
an array then creating a `Dictionary` from it.

0 commit comments

Comments
 (0)