| Index: pkg/serialization/lib/src/format.dart
|
| diff --git a/pkg/serialization/lib/src/format.dart b/pkg/serialization/lib/src/format.dart
|
| index 4e57384502097f09cc440881a4fc3057d4ffc40c..d42707d0672976f7803ebfa8febc2dbfaf87369a 100644
|
| --- a/pkg/serialization/lib/src/format.dart
|
| +++ b/pkg/serialization/lib/src/format.dart
|
| @@ -82,7 +82,7 @@ class SimpleMapFormat extends Format {
|
| * with nesting of those.
|
| * Note that since the classes of objects aren't normally stored, this isn't
|
| * enough information to read back the objects. However, if the
|
| - * If the [storeRoundTripData] field of the format is set to true, then this
|
| + * If the [storeRoundTripInfo] field of the format is set to true, then this
|
| * will store the rule number along with the data, allowing reconstruction.
|
| */
|
| class SimpleJsonFormat extends Format {
|
| @@ -195,7 +195,7 @@ class SimpleJsonFormat extends Format {
|
| }
|
|
|
| /**
|
| - * Convert nested references in [data] into [Reference] objects.
|
| + * Convert nested references in [input] into [Reference] objects.
|
| */
|
| recursivelyFixUp(input, Reader r, List result) {
|
| var data = input;
|
|
|