mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 04:35:46 +01:00
Missing capitalization in ns.gang.getAscensionResult()
The return description for the function ns.gang.getAscensionResult() has a missing capitalization. Fixes #4090.
This commit is contained in:
parent
b0f1e7a997
commit
b31c64fb9f
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -3523,7 +3523,7 @@ export interface Gang {
|
||||
* Get the result of an ascension without ascending.
|
||||
*
|
||||
* @param memberName - Name of member.
|
||||
* @returns Object with info about the ascension results. undefined if ascension is impossible.
|
||||
* @returns Object with info about the ascension results. Undefined if ascension is impossible.
|
||||
*/
|
||||
getAscensionResult(memberName: string): GangMemberAscension | undefined;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user