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:
Duck McSouls 2022-09-23 20:03:46 +10:00
parent b0f1e7a997
commit b31c64fb9f

@ -3523,7 +3523,7 @@ export interface Gang {
* Get the result of an ascension without ascending. * Get the result of an ascension without ascending.
* *
* @param memberName - Name of member. * @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; getAscensionResult(memberName: string): GangMemberAscension | undefined;