Index: lib/source_maps.dart |
diff --git a/lib/source_maps.dart b/lib/source_maps.dart |
index 652509c983b2eb563fa87228b160a99b10f56550..45bb0b43283088adc8646aaa68ab36a06229264f 100644 |
--- a/lib/source_maps.dart |
+++ b/lib/source_maps.dart |
@@ -11,7 +11,7 @@ |
/// ..add(inputSpan3, outputSpan3) |
/// .toJson(outputFile); |
/// |
-/// Use the [Span] and [File] classes to specify span locations. |
+/// Use the [Span] and [Source] classes to specify span locations. |
Jennifer Messerly
2013/03/20 22:11:46
SourceFile?
Siggi Cherem (dart-lang)
2013/03/20 22:35:24
Done.
|
/// |
/// Parse a source map using [parse], and call `spanFor` on the returned mapping |
/// object. For example: |