Update docs for parsing

This commit is contained in:
Samuel Attard 2016-10-05 10:55:32 +11:00 committed by Zeke Sikelianos
parent b859afc118
commit 2b05c61ae3
8 changed files with 24 additions and 20 deletions

View file

@ -22,7 +22,7 @@
Jump List, which can be an arbitrary resource file that contains an icon
(e.g. `.ico`, `.exe`, `.dll`). You can usually specify `process.execPath` to
show the program icon.
* `iconIndex` Integer - The index of the icon in the resource file. If a
* `iconIndex` Number - The index of the icon in the resource file. If a
resource file contains multiple icons this value can be used to specify the
zero-based index of the icon that should be displayed for this task. If a
resource file contains only one icon, this property should be set to zero.