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