Skip to content

Commit

Permalink
Fix typo in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Frese committed Jun 14, 2024
1 parent 991e057 commit 078a780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reacl_c_basics/forms/types.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ places, use [[integer]]."} strict-integer

(def ^{:doc "An input type for an optional, but non-empty string,
i.e. the value is never an empty string. This also trims the text
entered, so only whitespace becomed `nil` as well."}
entered, so pure whitespace becomes `nil` as well."}
opt-non-empty-string
(-> opt-string
(restrict-type
Expand Down

0 comments on commit 078a780

Please sign in to comment.