diff --git a/Sources/CasePaths/Macros.swift b/Sources/CasePaths/Macros.swift index 5957a883..23ae2b10 100644 --- a/Sources/CasePaths/Macros.swift +++ b/Sources/CasePaths/Macros.swift @@ -13,7 +13,7 @@ /// } /// ``` /// -/// This macro application extends the type with the ability to derive a case key paths from each +/// This macro application extends the type with the ability to derive case key paths from each /// of its cases using a familiar key path expression: /// /// ```swift