Skip to content

Commit bfe897a

Browse files
minor(core): fix doc strings
1 parent 6bbe792 commit bfe897a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/api/random.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface PRNGBuiltins {
4646

4747
/**
4848
* Helper function to construct a full {@link PRNG} instance from given
49-
* `seed` string, its parsed version (e.g. via {@link hashString}) and
49+
* `seed` string, its parsed version (e.g. via {@link Utils.hashString}) and
5050
* generator `impl` (e.g. {@link PRNGBuiltins.sfc32}).
5151
*
5252
* @param seed

0 commit comments

Comments
 (0)