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