mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
Fix tons of typos
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ export class TextFile {
|
||||
this.text = txt;
|
||||
}
|
||||
|
||||
/** Initiatizes a TextFile from a JSON save state. */
|
||||
/** Initializes a TextFile from a JSON save state. */
|
||||
static fromJSON(value: IReviverValue): TextFile {
|
||||
return Generic_fromJSON(TextFile, value.data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user