Typo fix for focus parameter of ns.singularity.commitCrime()

The focus parameter of the function ns.singularity.commitCrime() relates to committing a crime, not creating a program.  Fixes #4127.
This commit is contained in:
Duck McSouls 2022-09-23 20:01:21 +10:00
parent b8f8246294
commit b0f1e7a997

@ -2012,7 +2012,7 @@ export interface Singularity {
* guarantee that your browser will follow that time limit. * guarantee that your browser will follow that time limit.
* *
* @param crime - Name of crime to attempt. * @param crime - Name of crime to attempt.
* @param focus - Acquire player focus on this program creation. Optional. Defaults to true. * @param focus - Acquire player focus on this crime. Optional. Defaults to true.
* @returns The number of milliseconds it takes to attempt the specified crime. * @returns The number of milliseconds it takes to attempt the specified crime.
*/ */
commitCrime(crime: string, focus?: boolean): number; commitCrime(crime: string, focus?: boolean): number;