Skip to content

Commit 32230e7

Browse files
docs(vectors): update/fix doc string
1 parent d4e2f25 commit 32230e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/vectors/src/some.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import type { MultiBVecOpRoV } from "./api.js";
33
import { vop } from "./vop.js";
44

55
/**
6-
* Returns returns true if at least one vector component in `v` is
7-
* truthy.
6+
* Returns true if at least one vector component in `v` is truthy.
87
*
98
* @param v -
109
*/

0 commit comments

Comments
 (0)