Fix doc typo for ns.stock.getPosition (#390)

This commit is contained in:
quacksouls 2023-02-25 14:27:55 +11:00 committed by GitHub
parent 4166c09bd4
commit 18eeb7c4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1125,7 +1125,7 @@ export interface TIX {
* RAM cost: 2 GB
* Returns an array of four elements that represents the players position in a stock.
*
* The first element is the returned array is the number of shares the player owns of
* The first element in the returned array is the number of shares the player owns of
* the stock in the Long position. The second element in the array is the average price
* of the players shares in the Long position.
*