Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
update the docstring for items
Browse files Browse the repository at this point in the history
Co-authored-by: Winston Liu <Wliu1402@gmail.com>
  • Loading branch information
aminya and 50Wliu committed Jan 7, 2021
1 parent 180f224 commit 414607f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select-list-view.ts
Expand Up @@ -14,7 +14,7 @@ module.exports = class SelectListView {
you can supply an object with the typeof SelectListProperties */
props: SelectListProperties

/** an array containing the objects you want to show in the select list. */
/** An array containing the filtered and ordered items to be shown in the select list. */
private items: Array<object | string>

private disposables: CompositeDisposable
Expand Down

0 comments on commit 414607f

Please sign in to comment.