From 6034e1c3fa7f9bcb83c877a7cb7cf4e1e01d11d8 Mon Sep 17 00:00:00 2001 From: quacksouls <66396308+quacksouls@users.noreply.github.com> Date: Fri, 2 Dec 2022 03:41:52 +1100 Subject: [PATCH] DOC: CORP: typo fixes in hire AdVert functions (#237) --- src/ScriptEditor/NetscriptDefinitions.d.ts | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 300c05174..840b35a65 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -7176,19 +7176,17 @@ export interface OfficeAPI { */ getOffice(divisionName: string, cityName: string): Office; /** - * Get data about an employee - * @param divisionName - Name of the division - * @param cityName - Name of the city - * @param employeeName - Name of the employee - * @returns Employee data + * Get the cost to hire AdVert. + * @param divisionName - Name of the division. + * @returns The cost to hire AdVert. */ getHireAdVertCost(divisionName: string): number; /** - * Get the number of times you have Hired AdVert - * @param divisionName - Name of the division - * @returns Number of times you have Hired AdVert + * Get the number of times you have hired AdVert. + * @param divisionName - Name of the division. + * @returns Number of times you have hired AdVert. */ - getHireAdVertCount(adivisionName: string): number; + getHireAdVertCount(divisionName: string): number; /** * Get the cost to unlock research * @param divisionName - Name of the division