Skip to content

Commit

Permalink
missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
juliand665 committed Mar 22, 2022
1 parent 7b0a8e5 commit 782cebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/UserDefault/UserDefaultState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extension UserDefault {
_wrappedValue = .init(wrappedValue: inner)
}

init(wrappedValue: Value, _ key: String) {
public init(wrappedValue: Value, _ key: String) {
self.init(inner: UserDefault(wrappedValue: wrappedValue, key))
}

Expand Down

0 comments on commit 782cebd

Please sign in to comment.