Merge pull request #3272 from sk2/patch-1
fix capital I -> i in isDocumentEdited
This commit is contained in:
commit
aeeada546f
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ Returns the pathname of the file the window represents.
|
|||
Specifies whether the window’s document has been edited, and the icon in title
|
||||
bar will become grey when set to `true`.
|
||||
|
||||
### `win.IsDocumentEdited()` _OS X_
|
||||
### `win.isDocumentEdited()` _OS X_
|
||||
|
||||
Whether the window's document has been edited.
|
||||
|
||||
|
|
Loading…
Reference in a new issue