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.
2 parents 8094e6a + f9cc696 commit bb5ce92Copy full SHA for bb5ce92
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