From 8ebfab10fcbb2127cea44b24f0bbac5bd35b95a3 Mon Sep 17 00:00:00 2001 From: Joshua Horton Date: Wed, 8 Oct 2025 08:43:02 -0500 Subject: [PATCH] docs(web): remove duplicate words in file header comment --- .../worker-thread/context/tokenization-subsets.tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/test/auto/headless/engine/predictive-text/worker-thread/context/tokenization-subsets.tests.ts b/web/src/test/auto/headless/engine/predictive-text/worker-thread/context/tokenization-subsets.tests.ts index 132117812e..a416f434ba 100644 --- a/web/src/test/auto/headless/engine/predictive-text/worker-thread/context/tokenization-subsets.tests.ts +++ b/web/src/test/auto/headless/engine/predictive-text/worker-thread/context/tokenization-subsets.tests.ts @@ -4,8 +4,8 @@ * Created by jahorton on 2025-09-23 * * This file contains low-level tests designed to validate the behavior of the - * of the ContextTokenization class and its integration with the lower-level - * classes that it utilizes. + * ContextTokenization class and its integration with the lower-level classes + * that it utilizes. */ import { assert } from 'chai';