Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jegnux committed Mar 23, 2021
1 parent 3d81554 commit 69d0a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public struct BackedStub: BackedDecodable, Equatable {

## FAQ

#### How do I declare a memberwise initizializer?
#### How do I declare a memberwise initializer?
```swift
struct User: BackedDecodable {
init() {} // required by BackedDecodable
Expand Down

0 comments on commit 69d0a01

Please sign in to comment.