From 8c845be69c321d3c64d0d83ab03217428ed4ab2b Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 28 May 2026 12:30:52 +0000 Subject: [PATCH] docs: wrap REPL text in `ml/base/kmeans/metric-resolve-enum` Wrap an 81-character prose line in the package's REPL text to comply with the 80-character width limit specified in the REPL text style guide. --- .../@stdlib/ml/base/kmeans/metric-resolve-enum/docs/repl.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/ml/base/kmeans/metric-resolve-enum/docs/repl.txt b/lib/node_modules/@stdlib/ml/base/kmeans/metric-resolve-enum/docs/repl.txt index 8445819d6d90..db749f0d1f00 100644 --- a/lib/node_modules/@stdlib/ml/base/kmeans/metric-resolve-enum/docs/repl.txt +++ b/lib/node_modules/@stdlib/ml/base/kmeans/metric-resolve-enum/docs/repl.txt @@ -4,8 +4,8 @@ distance metric value. Downstream consumers of this function should *not* rely on specific integer - values (e.g., `SQEUCLIDEAN == 0`). Instead, the function should be used in an - opaque manner. + values (e.g., `SQEUCLIDEAN == 0`). Instead, the function should be used in + an opaque manner. Parameters ----------