DOC: CORP: typo fixes in hire AdVert functions (#237)

This commit is contained in:
quacksouls 2022-12-02 03:41:52 +11:00 committed by GitHub
parent 14e50e5533
commit 6034e1c3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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