Skip to content

Commit e5f077b

Browse files
committed
Fix typo
1 parent 67be764 commit e5f077b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-fuzzing/src/main/kotlin/org/utbot/fuzzing/Configuration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class Configuration(
8080
var generateEmptyCollectionsForMissedTypes: Boolean = true,
8181

8282
/**
83-
* When true nay [Seed.Recursive] will not try
83+
* When true any [Seed.Recursive] will not try
8484
* to generate a recursive object, but will use [Seed.Recursive.empty] instead.
8585
*/
8686
var generateEmptyRecursiveForMissedTypes: Boolean = true,

0 commit comments

Comments
 (0)