Skip to content

Commit c217e01

Browse files
authored
Fix malformed docstring (microsoft#186186)
1 parent 998951e commit c217e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/dialogs/common/dialogs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export interface IPromptWithDefaultCancel<T> extends IPrompt<T> {
143143
export interface IPromptResult<T> extends ICheckboxResult {
144144

145145
/**
146-
* The result of the `IPromptButton`` that was pressed or `undefined` if none.
146+
* The result of the `IPromptButton` that was pressed or `undefined` if none.
147147
*/
148148
readonly result?: T;
149149
}

0 commit comments

Comments
 (0)