Remove qualification about date precision in API docs
This commit is contained in:
parent
c947bb946f
commit
bd863f7590
|
@ -233,8 +233,7 @@ Realm.defaultPath;
|
||||||
* @property {number} "double" - Property may be assigned any number, and will have no loss
|
* @property {number} "double" - Property may be assigned any number, and will have no loss
|
||||||
* of precision.
|
* of precision.
|
||||||
* @property {string} "string" - Property value may be any arbitrary string.
|
* @property {string} "string" - Property value may be any arbitrary string.
|
||||||
* @property {Date} "date" - Property may be assigned any `Date` instance, but will be stored
|
* @property {Date} "date" - Property may be assigned any `Date` instance.
|
||||||
* with second-level precision (a fix for this is in progress).
|
|
||||||
* @property {ArrayBuffer} "data" - Property may either be assigned an `ArrayBuffer`
|
* @property {ArrayBuffer} "data" - Property may either be assigned an `ArrayBuffer`
|
||||||
* or `ArrayBufferView` (e.g. `DataView`, `Int8Array`, `Float32Array`, etc.) instance,
|
* or `ArrayBufferView` (e.g. `DataView`, `Int8Array`, `Float32Array`, etc.) instance,
|
||||||
* but will always be returned as an `ArrayBuffer`.
|
* but will always be returned as an `ArrayBuffer`.
|
||||||
|
|
Loading…
Reference in New Issue