fix comment for statusbarentry

This commit is contained in:
Tyler Leonhardt 2021-07-21 17:00:56 -07:00
parent ecc6785b1b
commit 9bd6f4890f
No known key found for this signature in database
GPG key ID: 1BC2B6244363E77E

View file

@ -31,7 +31,7 @@ export interface IStatusbarEntry {
/**
* The text to show for the entry. You can embed icons in the text by leveraging the syntax:
*
* `My text ${icon name} contains icons like ${icon name} this one.`
* `My text $(icon name) contains icons like $(icon name) this one.`
*/
readonly text: string;