From f9cc696c83c1ae6c1ee30e8c34462d032503b10b Mon Sep 17 00:00:00 2001 From: David Keller Date: Mon, 7 Sep 2020 20:15:52 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8872b..177fa25 100644 --- a/README.md +++ b/README.md @@ -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 {