From 18eeb7c4e12831e9852c651a1f1ad128b78cd082 Mon Sep 17 00:00:00 2001 From: quacksouls <66396308+quacksouls@users.noreply.github.com> Date: Sat, 25 Feb 2023 14:27:55 +1100 Subject: [PATCH] Fix doc typo for `ns.stock.getPosition` (#390) --- src/ScriptEditor/NetscriptDefinitions.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index d96520b9c..4621c7300 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -1125,7 +1125,7 @@ export interface TIX { * RAM cost: 2 GB * Returns an array of four elements that represents the player’s 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 player’s shares in the Long position. *