Skip to content

Commit f9cc696

Browse files
authored
Fix typo
1 parent 581b4f8 commit f9cc696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ $ open DiffableDataSources.xcworkspace
9191

9292
First, define the type representing section.
9393
It should conforms to `Hashable` for identifies from the all sections.
94-
Type of enum can used conveniently befause it conforms `Hashable` by default.
94+
Type of enum can used conveniently because it conforms `Hashable` by default.
9595

9696
```swift
9797
enum Section {

0 commit comments

Comments
 (0)