DOCUMENTATION: Add missing newline after RAM cost (#2570)

This commit is contained in:
catloversg
2026-03-14 09:23:29 +07:00
committed by GitHub
parent 8bdcaf5f83
commit bc3e8ff3d5
32 changed files with 120 additions and 39 deletions

View File

@@ -19,7 +19,9 @@ Object containing information for all the Limit and Stop Orders you have in the
## Remarks
RAM cost: 2.5 GB This is an object containing information for all the Limit and Stop Orders you have in the stock market. For each symbol you have a position in, the returned object will have a key with that symbol's name. The object's properties are each an array of [StockOrder](./bitburner.stockorder.md) The object has the following structure:
RAM cost: 2.5 GB
This is an object containing information for all the Limit and Stop Orders you have in the stock market. For each symbol you have a position in, the returned object will have a key with that symbol's name. The object's properties are each an array of [StockOrder](./bitburner.stockorder.md) The object has the following structure:
```js
{