Skip to content

Commit 6967afe

Browse files
committed
fix doc comment
1 parent 10197be commit 6967afe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jsEngine/api/PromptAPI.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ export class PromptAPI {
171171
* title: 'Is this a test?',
172172
* content: 'Are you sure this is a test? Are you sure that your choice is really meaningless?',
173173
* });
174+
* ```
174175
*/
175176
public async yesNo(options: YesNoPromptOptions): Promise<boolean | undefined> {
176177
return await this.button<boolean>({

0 commit comments

Comments
 (0)