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