Skip to content

Commit c8107c1

Browse files
committed
fix doc comment 2
1 parent 6967afe commit c8107c1

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
@@ -234,6 +234,7 @@ export class PromptAPI {
234234
* title: 'Please enter your name',
235235
* content: 'Please enter your name in the field below.',
236236
* });
237+
* ```
237238
*/
238239
public text(options: InputPromptOptions): Promise<string | undefined> {
239240
return new Promise<string | undefined>((resolve, reject) => {

0 commit comments

Comments
 (0)