Skip to content

Commit 0ab78ad

Browse files
committed
typo
1 parent 27f4ac4 commit 0ab78ad

File tree

3 files changed

+4
-4
lines changed
  • telemetry/jetbrains/src/test/resources

3 files changed

+4
-4
lines changed

telemetry/jetbrains/src/test/resources/generatesOTelWithNormalInput/input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"name": "duration",
1414
"type": "double",
15-
"description": "The duration of the operation in miliseconds"
15+
"description": "The duration of the operation in milliseconds"
1616
},
1717
{
1818
"name": "inttype",

telemetry/jetbrains/src/test/resources/generatesOTelWithNormalInput/output/software/aws/toolkits/telemetry/impl/BaseSpan.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ public open class BaseSpan<SpanType : BaseSpan<SpanType>>(
1919
`delegate`: Span,
2020
) : AbstractBaseSpan<SpanType>(context, delegate as ReadWriteSpan) {
2121
/**
22-
* The duration of the operation in miliseconds
22+
* The duration of the operation in milliseconds
2323
*/
2424
public fun duration(duration: Float?): SpanType = metadata("duration", duration?.let { it.toString() })
2525

2626
/**
27-
* The duration of the operation in miliseconds
27+
* The duration of the operation in milliseconds
2828
*/
2929
public fun duration(duration: Double?): SpanType = metadata("duration", duration?.let { it.toString() })
3030

telemetry/jetbrains/src/test/resources/generatesWithNormalInput/input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"name": "duration",
1414
"type": "double",
15-
"description": "The duration of the operation in miliseconds"
15+
"description": "The duration of the operation in milliseconds"
1616
},
1717
{
1818
"name": "inttype",

0 commit comments

Comments
 (0)