Merge pull request #11311 from electron/fix-typos-in-structures
fix typos in structures
This commit is contained in:
commit
851642f4b8
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@
|
|||
* `length` Integer - Number of bytes to read from `offset`.
|
||||
Defaults to `0`.
|
||||
* `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`.
|
||||
Defaults to `0`.
|
||||
* `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