mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
DOC: remove redundant @remarks for sqlinject() function (#1281)
This commit is contained in:
parent
1d8a1d5089
commit
7a4a973c06
@ -26,6 +26,8 @@ void
|
|||||||
|
|
||||||
RAM cost: 0.05 GB
|
RAM cost: 0.05 GB
|
||||||
|
|
||||||
|
Runs the SQLInject.exe program on the target server. SQLInject.exe must exist on your home computer.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|
||||||
|
1
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
1
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -6110,7 +6110,6 @@ export interface NS {
|
|||||||
* ```js
|
* ```js
|
||||||
* ns.sqlinject("foodnstuff");
|
* ns.sqlinject("foodnstuff");
|
||||||
* ```
|
* ```
|
||||||
* @remarks RAM cost: 0.05 GB
|
|
||||||
* @param host - Hostname of the target server.
|
* @param host - Hostname of the target server.
|
||||||
*/
|
*/
|
||||||
sqlinject(host: string): void;
|
sqlinject(host: string): void;
|
||||||
|
Loading…
Reference in New Issue
Block a user