From a368c6904e2378d6afa21ed06e53f5b6f2047e93 Mon Sep 17 00:00:00 2001 From: Duck McSouls Date: Fri, 14 Oct 2022 14:50:35 +1100 Subject: [PATCH] DOC: `ns.prompt()`: a typo fix A simple typographical fix. --- src/ScriptEditor/NetscriptDefinitions.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index ef3fa68e9..e82bf6829 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -6609,7 +6609,7 @@ export interface NS { * * @param txt - Text to appear in the prompt dialog box. * @param options - Options to modify the prompt the player is shown. - * @returns True if the player click “Yes”; false if the player clicks “No”; or the value entered by the player. + * @returns True if the player clicks “Yes”; false if the player clicks “No”; or the value entered by the player. */ prompt( txt: string,