Skip to content

Commit 4907083

Browse files
kevmooCommit Queue
authored andcommitted
[pkg:meta] fix doc comments for doNotStore
Change-Id: I8ce8613b03453be218159572373af31e1233965b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/424706 Auto-Submit: Kevin Moore <[email protected]> Commit-Queue: Kevin Moore <[email protected]> Commit-Queue: Phil Quitslund <[email protected]> Reviewed-by: Phil Quitslund <[email protected]>
1 parent 49599e0 commit 4907083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/meta/lib/meta.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ const _Checked checked = _Checked();
8686
/// * the annotation is associated with anything other than a library, class,
8787
/// method or getter, top-level getter or function, or
8888
/// * an invocation of a member that has this annotation is returned by a
89-
/// function or getter that is not similarly annotated as method,
90-
/// getter or function that is not similarly annotated as `doNotStore`, or
89+
/// method, function or getter that is not similarly annotated as
90+
/// `doNotStore`, or
9191
/// * an invocation of a member that has this annotation is assigned to a field
9292
/// or top-level variable.
9393
const _DoNotStore doNotStore = _DoNotStore();

0 commit comments

Comments
 (0)