Skip to content

Commit

Permalink
Fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkoziel authored and lukaszwawrzyk committed Feb 22, 2023
1 parent 1304de9 commit 73d343a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data class MatchResultPath(
val matchResult: MatchResult,
val path: Path
) {
fun getRangeStart(): Int = matchResult.range.first
fun getRangeStart(): Int = matchResult.range.start
fun getGroup(index: Int): MatchGroup? = matchResult.groups[index]

fun getValue(): String = matchResult.value
Expand Down

0 comments on commit 73d343a

Please sign in to comment.