Fix for js docs

This commit is contained in:
pigalot 2022-01-13 21:07:08 +00:00
parent 62f40b3dc1
commit 4562102448

@ -6430,7 +6430,7 @@ export interface Corporation extends WarehouseAPI, OfficeAPI {
* @param factionName - Faction name
* @param amountCash - Amount of money to bribe
* @param amountShares - Amount of shares to bribe
* @return True if successful, false if not
* @returns True if successful, false if not
*/
bribe(factionName: string, amountCash: number, amountShares: number): boolean;
/**