Skip to content

Commit d69f7f9

Browse files
authored
docs: fix text wrapping in repl text file
PR-URL: #12333 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent af6a5d7 commit d69f7f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/ml/base/kmeans/metric-resolve-enum/docs

lib/node_modules/@stdlib/ml/base/kmeans/metric-resolve-enum/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
distance metric value.
55

66
Downstream consumers of this function should *not* rely on specific integer
7-
values (e.g., `SQEUCLIDEAN == 0`). Instead, the function should be used in an
8-
opaque manner.
7+
values (e.g., `SQEUCLIDEAN == 0`). Instead, the function should be used in
8+
an opaque manner.
99

1010
Parameters
1111
----------

0 commit comments

Comments
 (0)