Fix malformed docstring (#186186)

This commit is contained in:
Joyce Er
2023-06-26 20:45:45 +02:00
committed by GitHub
parent 998951e5ed
commit c217e01c68
+1 -1
View File
@@ -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;
}