You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/schematypes.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -680,12 +680,12 @@ call it and assign the returned value to the path.
680
680
The values `null` and `undefined` are not cast.
681
681
682
682
The following inputs will result will all result in a [CastError](validation.html#cast-errors) once validated, meaning that it will not throw on initialization, only when validated:
683
-
- NaN
684
-
- strings that cast to NaN
685
-
- objects that don't have a `valueOf()` function
686
-
- a decimal that must be rounded to be an integer
687
-
- an input that represents a value beyond the bounds of an 32-bit integer
688
683
684
+
* NaN
685
+
* strings that cast to NaN
686
+
* objects that don't have a `valueOf()` function
687
+
* a decimal that must be rounded to be an integer
688
+
* an input that represents a value outside the bounds of an 32-bit integer
0 commit comments