DOCUMENTATION: Fix wrong identification of inline mathematical expressions (#1195)

Applies backslashes to all relevant "$".
This commit is contained in:
catloversg
2024-03-29 15:42:18 +07:00
committed by GitHub
parent a923041382
commit c467daaf86
6 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ When running a script, you can use [flags](https://github.com/bitburner-official
A script can be run with multiple threads, which we call "multithreading."
Multithreading affects every call to the `ns.hack()`, `ns.grow()`, and `ns.weaken()` methods, multiplying their effects by the number of threads used.
For example, if a script run with 1 thread is able to hack $10,000, then running the same script with 5 threads would hack $50,000.
For example, if a script run with 1 thread is able to hack \$10,000, then running the same script with 5 threads would hack \$50,000.
[Note -- Scripts will not actually become multithreaded in the real-world sense - Javascript is a "single-threaded" coding language.]