We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc5912 commit 7ec5c06Copy full SHA for 7ec5c06
1 file changed
Sources/ViewStore/ViewStore+BindingAdditions.swift
@@ -57,7 +57,7 @@ public extension ViewStore {
57
self.viewState[keyPath: viewStateKeyPath] != nil
58
} set: { value in
59
guard !value else {
60
- return assertionFailure("Unexpectedly received 'true' from `makeBinding` Bool convenience setter.")
+ return assertionFailure("Unexpectedly received `true` from `makeBinding` Bool convenience setter.")
61
}
62
63
self.send(actionCasePath.embed(nil))
0 commit comments