| Index: pkg/serialization/lib/src/basic_rule.dart
|
| diff --git a/pkg/serialization/lib/src/basic_rule.dart b/pkg/serialization/lib/src/basic_rule.dart
|
| index 7c6b8843f5882664829fb38755f69974831bdddd..36d9aa708470d9cbed499b72fbf623c4239fd76b 100644
|
| --- a/pkg/serialization/lib/src/basic_rule.dart
|
| +++ b/pkg/serialization/lib/src/basic_rule.dart
|
| @@ -97,7 +97,7 @@ class BasicRule extends SerializationRule {
|
| *
|
| * For example, to serialize a Serialization, we need its rules to be
|
| * individually added rather than just setting the rules field.
|
| - * ..addRuleFor(new Serialization()).setFieldWith('rules',
|
| + * ..addRuleFor(Serialization).setFieldWith('rules',
|
| * (InstanceMirror s, List rules) {
|
| * rules.forEach((x) => s.reflectee.addRule(x));
|
| * Note that the function is passed the owning object as well as the field
|
|
|