Skip to content

Commit

Permalink
replace @iif by @if in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Helmut Hänsel committed Nov 10, 2023
1 parent 0feb0f1 commit 858e801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormInputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ julia> @vars TextField begin
### View
```julia-repl
julia> textfield("What's your name *", :name, name = "name", @iif(:warin), :filled, hint = "Name and surname", "lazy-rules",
julia> textfield("What's your name *", :name, name = "name", @if(:warin), :filled, hint = "Name and surname", "lazy-rules",
rules = "[val => val && val.length > 0 || 'Please type something']"
)
```
Expand Down

0 comments on commit 858e801

Please sign in to comment.