We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3e7d4 commit 501acacCopy full SHA for 501acac
src/quat.ts
@@ -24,7 +24,7 @@ import { ArrayLike, ArrayLikeCtor } from './array-like';
24
/**
25
* A JavaScript array with 4 values, Float32Array with 4 values, or a Float64Array with 4 values.
26
* When created by the library will create the default type which is `Float32Array`
27
- * but can be set by calling {@link quat4.setDefaultType}.
+ * but can be set by calling {@link quat.setDefaultType}.
28
*/
29
export type Quat = ArrayLike;
30
0 commit comments