Skip to content

Commit

Permalink
Add missing final periods in comments. (#61827)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine authored and mjbvz committed Oct 25, 2018
1 parent 60cbd1f commit b8c5d97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -928,12 +928,12 @@ declare module 'vscode' {
overviewRulerColor?: string | ThemeColor;

/**
* Defines the rendering options of the attachment that is inserted before the decorated text
* Defines the rendering options of the attachment that is inserted before the decorated text.
*/
before?: ThemableDecorationAttachmentRenderOptions;

/**
* Defines the rendering options of the attachment that is inserted after the decorated text
* Defines the rendering options of the attachment that is inserted after the decorated text.
*/
after?: ThemableDecorationAttachmentRenderOptions;
}
Expand Down Expand Up @@ -1046,12 +1046,12 @@ declare module 'vscode' {

export interface ThemableDecorationInstanceRenderOptions {
/**
* Defines the rendering options of the attachment that is inserted before the decorated text
* Defines the rendering options of the attachment that is inserted before the decorated text.
*/
before?: ThemableDecorationAttachmentRenderOptions;

/**
* Defines the rendering options of the attachment that is inserted after the decorated text
* Defines the rendering options of the attachment that is inserted after the decorated text.
*/
after?: ThemableDecorationAttachmentRenderOptions;
}
Expand Down

0 comments on commit b8c5d97

Please sign in to comment.