mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 06:03:50 +01:00
Merge pull request #4029 from quacksouls/dev
NETSCRIPT: Fix a typo in doc of Singularity.travelToCity()
This commit is contained in:
commit
839703090b
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user