Skip to content

Commit 604e144

Browse files
committed
chore: apply suggestions
1 parent b77af40 commit 604e144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/faker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class Faker extends SimpleFaker {
168168
*
169169
* Refer to the `seed()` method for more information.
170170
*
171-
* @default randomSeed()
171+
* Defaults to a random seed.
172172
*/
173173
seed?: number;
174174
}) {

src/simple-faker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class SimpleFaker {
132132
*
133133
* Refer to the `seed()` method for more information.
134134
*
135-
* @default randomSeed()
135+
* Defaults to a random seed.
136136
*/
137137
seed?: number;
138138
} = {}

0 commit comments

Comments
 (0)