From 66be672e6fcb8a291f6777b7b8f47072aab17c19 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Wed, 26 Jun 2024 18:33:58 -0400 Subject: [PATCH] Clarifying method --- src/helpers/capability-question-helper.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/helpers/capability-question-helper.js b/src/helpers/capability-question-helper.js index d3631937..b9b8dafc 100644 --- a/src/helpers/capability-question-helper.js +++ b/src/helpers/capability-question-helper.js @@ -1,10 +1,10 @@ /** - * Given a part and a capabilityAnswerResult, returns the same part but with update - * recalibrationType and requiresRecalibration values based on the capabilityAnswerResult + * Modifies the recalibration properties of the provided part based on the + * provided capabilityAnswerResult * @param {*} part * @param {*} capabilityAnswerResult - * @returns part + * @returns void */ export function setPartRecalibrationProperties(part, capabilityAnswerResult) { Object.assign(part, {