mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
DOC: ns.prompt()
: a typo fix
A simple typographical fix.
This commit is contained in:
parent
6c84d64e67
commit
a368c6904e
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user