From ba09b5440903b252bddcfad4164de9e8d708fa69 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Fri, 15 Jun 2018 10:57:48 +1000 Subject: [PATCH] fix jsdoc --- src/app/shipyard/Calculations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shipyard/Calculations.js b/src/app/shipyard/Calculations.js index a994b1e4..e6058073 100644 --- a/src/app/shipyard/Calculations.js +++ b/src/app/shipyard/Calculations.js @@ -229,7 +229,7 @@ export function calcSpeed(mass, baseSpeed, thrusters, engpip, eng, boostFactor, * Calculate pitch for a given setup * @param {number} mass the mass of the ship * @param {number} basePitch the base pitch of the ship - * @param {ojbect} thrusters the thrusters of the ship + * @param {object} thrusters the thrusters of the ship * @param {number} engpip the multiplier per pip to engines * @param {number} eng the pips to engines * @param {number} boostFactor the boost factor for ths ship