mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
Fix tons of typos
This commit is contained in:
@@ -112,7 +112,7 @@ export class CreateProgramWork extends Work {
|
||||
return Generic_toJSON("CreateProgramWork", this);
|
||||
}
|
||||
|
||||
/** Initiatizes a CreateProgramWork object from a JSON save state. */
|
||||
/** Initializes a CreateProgramWork object from a JSON save state. */
|
||||
static fromJSON(value: IReviverValue): CreateProgramWork {
|
||||
return Generic_fromJSON(CreateProgramWork, value.data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user