Skip to content

Commit 6952cb0

Browse files
committed
Remove extra backtick
1 parent 6805f1d commit 6952cb0

File tree

1 file changed

+1
-1
lines changed
  • runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/util

1 file changed

+1
-1
lines changed

runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/util/JMESPath.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public fun Any?.type(): String = when (this) {
6666
else -> throw Exception("Undetected type for: $this")
6767
}
6868

69-
// Collection `flattenIfPossible`` functions
69+
// Collection `flattenIfPossible` functions
7070
@InternalApi
7171
@JvmName("noOpUnnestedCollection")
7272
public inline fun <reified T> Collection<T>.flattenIfPossible(): Collection<T> = this

0 commit comments

Comments
 (0)