diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 5a2a9a8e6..c98257748 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -5156,8 +5156,8 @@ export interface NS { * node way from the specified target server. The hostnames in the returned * array are strings. * - * @param host - Optional, Hostname of the server to scan, default to current server. - * @returns Returns an string of hostnames. + * @param host - Optional. Hostname of the server to scan, default to current server. + * @returns Returns an array of hostnames. */ scan(host?: string): string[];