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
@@ -40,7 +40,7 @@ This algorithm is perfectly capable of paving the way through the majority of th
- It tends to make all your scripts on every server do the same thing.
(e.g. If the target is 0.01 security above the minimum, all scripts will decide to weaken, when only a handful of threads should be devoted to the task)
- At higher thread counts, these scripts have the potential to hack the server to $0, or maximum security, requiring a long setup time while the scripts return the server to the best stats.
- At higher thread counts, these scripts have the potential to hack the server to \$0, or maximum security, requiring a long setup time while the scripts return the server to the best stats.
- Requires function calls such as `getServerSecurityLevel` and `getServerMoneyAvailable`, as well as calling all three hacking functions, increasing RAM cost which is multiplied by the number of allocated threads
## Loop algorithms