fix documentation for getDarkwebPrograms

This commit is contained in:
Olivier Gagnon 2022-05-04 11:51:03 -04:00
parent 8705199714
commit 4056956c2a

@ -2340,13 +2340,13 @@ export interface Singularity {
* @example * @example
* ```ts * ```ts
* // NS1 * // NS1
* getDarkwebProgramsAvailable(); * getDarkwebPrograms();
* // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc] * // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc]
* ``` * ```
* @example * @example
* ```ts * ```ts
* // NS2 * // NS2
* ns.getDarkwebProgramsAvailable(); * ns.getDarkwebPrograms();
* // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc] * // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc]
* ``` * ```
* @returns - a list of programs available for purchase on the dark web, or [] if Tor has not * @returns - a list of programs available for purchase on the dark web, or [] if Tor has not