Merge pull request #3153 from Master-Guy/issues/3139

Fix typo
This commit is contained in:
hydroflame 2022-03-17 12:05:57 -04:00 committed by GitHub
commit 2411aac1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2785,7 +2785,7 @@ export interface Bladeburner {
*
* Note that this is meant to be used for Contracts and Operations.
* This function will return Infinity for actions such as Training and Field Analysis.
* This function will return 1 for BlackOps not yet completed regardless of wether
* This function will return 1 for BlackOps not yet completed regardless of whether
* the player has the required rank to attempt the mission or not.
*
* @param type - Type of action.
@ -2825,7 +2825,7 @@ export interface Bladeburner {
getActionCurrentLevel(type: string, name: string): number;
/**
* Get wether an action is set to autolevel.
* Get whether an action is set to autolevel.
* @remarks
* RAM cost: 4 GB
*