typo in sleeve getTask doc

This commit is contained in:
Olivier Gagnon 2019-03-12 19:32:20 -04:00 committed by danielyxie
parent b132efbded
commit 261abdea78

@ -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
}