fix typos in structures
This commit is contained in:
parent
db51dcbe7e
commit
7dd921811f
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@
|
||||||
* `length` Integer - Number of bytes to read from `offset`.
|
* `length` Integer - Number of bytes to read from `offset`.
|
||||||
Defaults to `0`.
|
Defaults to `0`.
|
||||||
* `modificationTime` Double - Last Modification time in
|
* `modificationTime` Double - Last Modification time in
|
||||||
number of seconds sine the UNIX epoch.
|
number of seconds since the UNIX epoch.
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
* `length` Integer - Number of bytes to read from `offset`.
|
* `length` Integer - Number of bytes to read from `offset`.
|
||||||
Defaults to `0`.
|
Defaults to `0`.
|
||||||
* `modificationTime` Double - Last Modification time in
|
* `modificationTime` Double - Last Modification time in
|
||||||
number of seconds sine the UNIX epoch.
|
number of seconds since the UNIX epoch.
|
||||||
|
|
Loading…
Reference in a new issue