We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581b4f8 commit f9cc696Copy full SHA for f9cc696
README.md
@@ -91,7 +91,7 @@ $ open DiffableDataSources.xcworkspace
91
92
First, define the type representing section.
93
It should conforms to `Hashable` for identifies from the all sections.
94
-Type of enum can used conveniently befause it conforms `Hashable` by default.
+Type of enum can used conveniently because it conforms `Hashable` by default.
95
96
```swift
97
enum Section {
0 commit comments