We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bbafb commit 885d0eeCopy full SHA for 885d0ee
docs/schematypes.md
@@ -664,7 +664,7 @@ const student = new Student({ id: 1339 });
664
typeof student.id; // 'number'
665
```
666
667
-There are several types of values that will be successfully cast to a Number.
+There are several types of values that will be successfully cast to an Int32.
668
669
```javascript
670
new Student({ id: '15' }).id; // 15 as a Int32
0 commit comments