Merge pull request #3272 from sk2/patch-1

fix capital I -> i in isDocumentEdited
This commit is contained in:
Thomas Johansen 2015-10-30 07:41:52 +01:00
commit aeeada546f

View file

@ -594,7 +594,7 @@ Returns the pathname of the file the window represents.
Specifies whether the windows 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.