A typo fix.

Fix a typographical error.  From a first time contributor.
This commit is contained in:
Duck McSouls
2022-08-24 13:57:42 +10:00
parent 076d79ed5a
commit d38ef01a94

View File

@@ -1550,7 +1550,7 @@ export interface Singularity {
* function is the same as the cost for traveling through the Travel Agency.
*
* @param city - City to travel to.
* @returns True if actions is successful, false otherwise.
* @returns True if action is successful, false otherwise.
*/
travelToCity(city: string): boolean;