Skip to content

Commit b1a3832

Browse files
committed
Remove unnecessary import
1 parent 5e74caa commit b1a3832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dart/lib/src/protocol/span.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ abstract class Span {
1515
/// Sets the name of the span.
1616
set name(String name);
1717

18-
/// Gets the parentSpan.
18+
/// Gets the parent span.
1919
/// If null this span has no parent.
2020
Span? get parentSpan;
2121

0 commit comments

Comments
 (0)