Skip to content

Commit

Permalink
Updated ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Dec 30, 2022
1 parent f4317d1 commit f9a5ed3
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 @@ -103,7 +103,7 @@ If you prefer not to use any of the aforementioned dependency managers, you can

The `@Validated` attribute allows you to specify a validation alongside to the declaration of your property.

> ☝️ @Validated supports SwiftUI View updates and will basically work the same way as @State does.
> **Note**: @Validated supports SwiftUI View updates and will basically work the same way as @State does.
```swift
@Validated(!.isEmpty)
Expand Down

0 comments on commit f9a5ed3

Please sign in to comment.