DOC: remove redundant @remarks for sqlinject() function (#1281)

This commit is contained in:
Vilsol 2024-05-17 14:55:50 +03:00 committed by GitHub
parent 1d8a1d5089
commit 7a4a973c06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

@ -26,6 +26,8 @@ void
RAM cost: 0.05 GB
Runs the SQLInject.exe program on the target server. SQLInject.exe must exist on your home computer.
## Example

@ -6110,7 +6110,6 @@ export interface NS {
* ```js
* ns.sqlinject("foodnstuff");
* ```
* @remarks RAM cost: 0.05 GB
* @param host - Hostname of the target server.
*/
sqlinject(host: string): void;