Cleanup @usage docs

This commit is contained in:
smolgumball 2022-01-19 13:32:07 -07:00
parent 74e2acfa6f
commit 1a6300b287

@ -4613,7 +4613,8 @@ export interface NS extends Singularity {
* @usage below:
* ```ts
* let recentScripts = ns.getRecentScripts();
* let mostRcent = recentScripts.pop()
* let mostRecent = recentScripts.shift()
* if (mostRecent)
* ns.tprint(mostRecent.logs.join('\n'))
* ```
*