Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rametta committed Oct 16, 2023
1 parent 9f23e88 commit 7a5644b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ assert_eq(result.data.my_vect3, Vector3(1.9,2.3,3.5)) # true

## Types

Here is a list of all the available types to use for validation, and their associated constraints. All types also have available these base constraints:
Here is a list of all the available types to use for validation, and their associated constraints. All types also have these base constraints available:

- `.coerce()` calls `str_to_var()` before validation, useful if previously called `var_to_string()`
- `.coerce()` calls `str_to_var()` before validation, useful if previously called `var_to_str()`
- `.nullable()` allows the field to be null or missing

Examples
Expand Down

0 comments on commit 7a5644b

Please sign in to comment.