Skip to content

Commit 94596c4

Browse files
committed
Fix a comment
1 parent 00602ac commit 94596c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/src/model.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,9 @@ class Class extends ModelElement
515515

516516
Map<String, List<ModelElement>> _membersByName;
517517

518-
/// This enables object substitution for canonicalization. Uses the name
519-
/// of the ModelElement and its type to retrieve a matching ModelElement.
518+
/// This enables object substitution for canonicalization, such as Interceptor
519+
/// for Object. Uses the name of the ModelElement and its type to retrieve a
520+
/// matching ModelElement.
520521
ModelElement memberByExample(ModelElement example) {
521522
if (_membersByName == null) {
522523
_membersByName = new Map();

0 commit comments

Comments
 (0)