From 468071ee98e05ae259d2e199dbbed2fd56baf632 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 25 Nov 2022 12:28:26 +0000 Subject: [PATCH] Tidied JSDoc comment --- src/core/lib/Sort.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lib/Sort.mjs b/src/core/lib/Sort.mjs index adb30d71..c8998f61 100644 --- a/src/core/lib/Sort.mjs +++ b/src/core/lib/Sort.mjs @@ -105,7 +105,7 @@ export function hexadecimalSort(a, b) { } /** - * Comparison operation for sorting of lines by length + * Comparison operation for sorting by length * * @param {string} a * @param {string} b