added rs to backricks to color code syntax

This commit is contained in:
Jordan Turner
2021-12-15 10:25:54 -07:00
parent 687682fcbd
commit 632e1f70f3
4 changed files with 16 additions and 10 deletions

View File

@@ -3709,14 +3709,16 @@ interface Stanek {
* @public
* @remarks
* <b>Basic ns1 usage example:</b>
* ```
* ```ts
* property.methodName;
* ```
* {@link https://bitburner.readthedocs.io/en/latest/netscript/netscript1.html| ns1 in-game docs}
* <hr>
* <b>Basic ns2 usage example:</b>
* ```
* ns.property.methodName;
* ```ts
* export async function main(ns) {
* ns.property.methodName;
* }
* ```
* {@link https://bitburner.readthedocs.io/en/latest/netscript/netscriptjs.html| ns2 in-game docs}
*/