From 02e9ae6e8ee5f2dc511d9e2476ee5571589ef62e Mon Sep 17 00:00:00 2001 From: zeddrak <57454318+zeddrak@users.noreply.github.com> Date: Mon, 10 Jan 2022 02:58:16 -0800 Subject: [PATCH] Commit Crime Returns updated Updated the text for the return value of commitCrime to match the description (and not the create programs hold-over) --- 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 b255c5ef8..058a46a42 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -1776,7 +1776,7 @@ export interface Singularity { * guarantee that your browser will follow that time limit. * * @param crime - Name of crime to attempt. - * @returns True if you successfully start working on the specified program, and false otherwise. + * @returns The number of milliseconds it takes to attempt the specified crime. */ commitCrime(crime: string): number;