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 }