From 261abdea78faa0e08f6292c4acd4555d711add6a Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Tue, 12 Mar 2019 19:32:20 -0400 Subject: [PATCH] typo in sleeve getTask doc --- doc/source/netscript/sleeveapi/getTask.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/netscript/sleeveapi/getTask.rst b/doc/source/netscript/sleeveapi/getTask.rst index e380da629..025ee045a 100644 --- a/doc/source/netscript/sleeveapi/getTask.rst +++ b/doc/source/netscript/sleeveapi/getTask.rst @@ -10,9 +10,9 @@ getTask() Netscript Function .. code-block:: javascript { - task: number, // task type - crime: number, // crime currently attempting, if any - location: number, // location of the task, if any - gymStatType: number, // stat being trained at the gym, if any - factionWorkType: number, // faction work type being performed, if any + task: string, // task type + crime: string, // crime currently attempting, if any + location: string, // location of the task, if any + gymStatType: string, // stat being trained at the gym, if any + factionWorkType: string, // faction work type being performed, if any }