Merge pull request #11311 from electron/fix-typos-in-structures

fix typos in structures
This commit is contained in:
Charles Kerr 2017-12-03 08:34:08 -06:00 committed by GitHub
commit 851642f4b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.