mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 06:03:50 +01:00
Missing capitalization in ns.gang.ascendMember()
The return description of the function ns.gang.ascendMember() has a missing capitalization. Fixes #4091.
This commit is contained in:
parent
b31c64fb9f
commit
98d43acf9f
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -3511,7 +3511,7 @@ export interface Gang {
|
|||||||
* Ascend the specified Gang Member.
|
* Ascend the specified Gang Member.
|
||||||
*
|
*
|
||||||
* @param memberName - Name of member to ascend.
|
* @param memberName - Name of member to ascend.
|
||||||
* @returns Object with info about the ascension results. undefined if ascension did not occur.
|
* @returns Object with info about the ascension results. Undefined if ascension did not occur.
|
||||||
*/
|
*/
|
||||||
ascendMember(memberName: string): GangMemberAscension | undefined;
|
ascendMember(memberName: string): GangMemberAscension | undefined;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user