| Index: pkg/yaml/lib/src/null_span.dart
|
| diff --git a/pkg/yaml/lib/src/null_span.dart b/pkg/yaml/lib/src/null_span.dart
|
| index 1054df1680989d4ceb08a8da21cf51dc3e60832a..06b42f020e152d49b758a6c749cbc736e0eb2e0a 100644
|
| --- a/pkg/yaml/lib/src/null_span.dart
|
| +++ b/pkg/yaml/lib/src/null_span.dart
|
| @@ -6,7 +6,7 @@ library yaml.null_span;
|
|
|
| import 'package:source_span/source_span.dart';
|
|
|
| -/// A [Span] with no location information.
|
| +/// A [SourceSpan] with no location information.
|
| ///
|
| /// This is used with [YamlMap.wrap] and [YamlList.wrap] to provide means of
|
| /// accessing a non-YAML map that behaves transparently like a map parsed from
|
|
|