Merge pull request #30 from fossil12/patch-1

Fix typo
This commit is contained in:
Ryo Aoyama
2021-06-09 00:08:36 +09:00
committed by GitHub
+1 -1
View File
@@ -91,7 +91,7 @@ $ open DiffableDataSources.xcworkspace
First, define the type representing section.
It should conforms to `Hashable` for identifies from the all sections.
Type of enum can used conveniently befause it conforms `Hashable` by default.
Type of enum can used conveniently because it conforms `Hashable` by default.
```swift
enum Section {