We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b5725 commit 213f739Copy full SHA for 213f739
lib/src/api/trace/span.dart
@@ -53,7 +53,7 @@ abstract class Span {
53
// Retrieve the resource on this span.
54
api.Resource get resource;
55
56
- // Retrieve the resource on this span.
+ // Retrieve the instrumentation library on this span.
57
api.InstrumentationLibrary get instrumentationLibrary;
58
59
/// Marks the end of this span's execution.
lib/src/api/trace/span_context.dart
@@ -1,6 +1,6 @@
1
import '../../../api.dart' as api;
2
3
-/// Representation of the context of the context of an individual span.
+/// Representation of the context of an individual span.
4
abstract class SpanContext {
5
/// Get the ID of the span.
6
api.SpanId get spanId;
0 commit comments