Skip to content

Commit 501acac

Browse files
committed
fix link
1 parent 0e3e7d4 commit 501acac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quat.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { ArrayLike, ArrayLikeCtor } from './array-like';
2424
/**
2525
* A JavaScript array with 4 values, Float32Array with 4 values, or a Float64Array with 4 values.
2626
* When created by the library will create the default type which is `Float32Array`
27-
* but can be set by calling {@link quat4.setDefaultType}.
27+
* but can be set by calling {@link quat.setDefaultType}.
2828
*/
2929
export type Quat = ArrayLike;
3030

0 commit comments

Comments
 (0)