We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67be764 commit e5f077bCopy full SHA for e5f077b
utbot-fuzzing/src/main/kotlin/org/utbot/fuzzing/Configuration.kt
@@ -80,7 +80,7 @@ class Configuration(
80
var generateEmptyCollectionsForMissedTypes: Boolean = true,
81
82
/**
83
- * When true nay [Seed.Recursive] will not try
+ * When true any [Seed.Recursive] will not try
84
* to generate a recursive object, but will use [Seed.Recursive.empty] instead.
85
*/
86
var generateEmptyRecursiveForMissedTypes: Boolean = true,
0 commit comments