From ac0e7c959558e3daf715a2788cdc084460ab5b45 Mon Sep 17 00:00:00 2001 From: Duck McSouls Date: Sun, 16 Oct 2022 17:56:45 +1100 Subject: [PATCH] DOC: `gang.canRecruitMember()`: typo fixes Some typographical fixes. --- src/ScriptEditor/NetscriptDefinitions.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index ef3fa68e9..307306035 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -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. */