Skip to content

Commit 5eaaf78

Browse files
committed
Cleared up some comments.
1 parent 7f39dd1 commit 5eaaf78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/main/kotlin/org/evomaster/core/search/gene/regex/RxAbsorbable.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package org.evomaster.core.search.gene.regex
1313
interface RxAbsorbable {
1414

1515
/**
16-
* Maximum number of leading characters of [value] this gene can be forced to
16+
* Read-only: maximum number of leading characters of [value] this gene can be forced to
1717
* produce, or already produces without needing to change. Default 0 = cannot help.
1818
*/
1919
fun absorbableCount(value: String): Int = 0
@@ -30,7 +30,7 @@ interface RxAbsorbable {
3030
}
3131

3232
/**
33-
* Read-only: could [forceZeroWidth] succeed on this gene right now?
33+
* Read-only: could [forceZeroWidth] succeed on this gene (i.e.: "" can match this expression)?
3434
*/
3535
val canBeZeroWidth: Boolean
3636

0 commit comments

Comments
 (0)