mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-01 13:15:22 +01:00
Fix malformed docstring (#186186)
This commit is contained in:
@@ -143,7 +143,7 @@ export interface IPromptWithDefaultCancel<T> extends IPrompt<T> {
|
||||
export interface IPromptResult<T> extends ICheckboxResult {
|
||||
|
||||
/**
|
||||
* The result of the `IPromptButton`` that was pressed or `undefined` if none.
|
||||
* The result of the `IPromptButton` that was pressed or `undefined` if none.
|
||||
*/
|
||||
readonly result?: T;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user