Skip to content

Commit 3853e45

Browse files
authored
Merge pull request #255 from DivineDominion/patch-1
fix typo in a type name in the README
2 parents 3844115 + c9a7330 commit 3853e45

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
@@ -329,7 +329,7 @@ extension DefaultsKeys {
329329
}
330330
```
331331

332-
You can declare a `Test` struct:
332+
You can declare a `Settings` struct:
333333
```swift
334334
struct Settings {
335335
@SwiftyUserDefault(keyPath: \.userColorScheme)

0 commit comments

Comments
 (0)