DOC: gang.canRecruitMember(): typo fixes

Some typographical fixes.
This commit is contained in:
Duck McSouls 2022-10-16 17:56:45 +11:00
parent 6c84d64e67
commit ac0e7c9595

@ -3376,7 +3376,7 @@ export interface Gang {
* @remarks
* RAM cost: 1 GB
*
* Returns boolean indicating whether a member can currently be recruited
* Returns a boolean indicating whether a member can currently be recruited.
*
* @returns True if a member can currently be recruited, false otherwise.
*/