mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 13:15:48 +01:00
DOC: stock.getPrice()
: typo fixes
Some typographical fixes for the documentation of `stock.getPrice()`. The line for RAM cost should be separated by a blank line from the sentence about the definition of a stock's price. Otherwise `npm run doc` would cram those information together onto one line.
This commit is contained in:
parent
5e4a393495
commit
5e14d07d9a
5
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
5
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -1089,11 +1089,12 @@ export interface TIX {
|
|||||||
getSymbols(): string[];
|
getSymbols(): string[];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the price of a stock
|
* Returns the price of a stock.
|
||||||
*
|
*
|
||||||
* @remarks
|
* @remarks
|
||||||
* RAM cost: 2 GB
|
* RAM cost: 2 GB
|
||||||
* The stock’s price is the average of its bid and ask price.
|
*
|
||||||
|
* The stock’s price is the average of its bid and ask prices.
|
||||||
*
|
*
|
||||||
* @example
|
* @example
|
||||||
* ```ts
|
* ```ts
|
||||||
|
Loading…
Reference in New Issue
Block a user