From 513fcef7d175f1c8b464d902d5660428dabc7e19 Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Mon, 3 Aug 2020 23:38:19 -0400 Subject: [PATCH] Minor JSdoc fix --- js/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/utils.js b/js/utils.js index 74905a5369b..6c7d7f8cfee 100644 --- a/js/utils.js +++ b/js/utils.js @@ -388,6 +388,7 @@ function deepAssign(target, source) { /** * Returns the median value for an array + * * For more information about mean vs. median see * https://www.clinfo.eu/mean-median/ * @param {[number]} arr Does not need to be sorted -- GitLab