Skip to content

Commit 885d0ee

Browse files
Update docs/schematypes.md
Co-authored-by: Bailey Pearson <[email protected]>
1 parent c6bbafb commit 885d0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/schematypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ const student = new Student({ id: 1339 });
664664
typeof student.id; // 'number'
665665
```
666666

667-
There are several types of values that will be successfully cast to a Number.
667+
There are several types of values that will be successfully cast to an Int32.
668668

669669
```javascript
670670
new Student({ id: '15' }).id; // 15 as a Int32

0 commit comments

Comments
 (0)