Skip to content

Commit

Permalink
Remove extra backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Oct 29, 2024
1 parent 6805f1d commit 6952cb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public fun Any?.type(): String = when (this) {
else -> throw Exception("Undetected type for: $this")
}

// Collection `flattenIfPossible`` functions
// Collection `flattenIfPossible` functions
@InternalApi
@JvmName("noOpUnnestedCollection")
public inline fun <reified T> Collection<T>.flattenIfPossible(): Collection<T> = this
Expand Down

0 comments on commit 6952cb0

Please sign in to comment.