Skip to content

Commit

Permalink
Up jsdoc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Nov 21, 2023
1 parent 6334acc commit 149a9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selector_manager/model/Selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default class Selector extends Model<SelectorProps & { [key: string]: unk
* @returns {String}
* @example
* // Given such selector: { name: 'my-selector', label: 'My selector' }
* console.log(selector.getLabel());
* console.log(selector.getName());
* // -> `my-selector`
*/
getName() {
Expand Down

0 comments on commit 149a9b2

Please sign in to comment.