Skip to content

Commit 213f739

Browse files
address pr comments
1 parent a0b5725 commit 213f739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/api/trace/span.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ abstract class Span {
5353
// Retrieve the resource on this span.
5454
api.Resource get resource;
5555

56-
// Retrieve the resource on this span.
56+
// Retrieve the instrumentation library on this span.
5757
api.InstrumentationLibrary get instrumentationLibrary;
5858

5959
/// Marks the end of this span's execution.

lib/src/api/trace/span_context.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import '../../../api.dart' as api;
22

3-
/// Representation of the context of the context of an individual span.
3+
/// Representation of the context of an individual span.
44
abstract class SpanContext {
55
/// Get the ID of the span.
66
api.SpanId get spanId;

0 commit comments

Comments
 (0)