Skip to content

Commit 4e6ed30

Browse files
pqCommit Queue
authored and
Commit Queue
committed
fix @override description typo
Change-Id: I52df1ae27774ce1880c3ef2f53dbb5335a4cda01 CoreLibraryReviewExempt: typo fix (no semantic changes) Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/318780 Reviewed-by: Lasse Nielsen <[email protected]> Commit-Queue: Phil Quitslund <[email protected]> Reviewed-by: Marya Belanger <[email protected]>
1 parent 360ebb6 commit 4e6ed30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/core/annotations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class _Override {
8686
const _Override();
8787
}
8888

89-
/// Annotation on an instance members which override an interface member.
89+
/// Annotation on instance members which override an interface member.
9090
///
9191
/// Annotations have no effect on the meaning of a Dart program.
9292
/// This annotation is recognized by the Dart analyzer, and it allows the

0 commit comments

Comments
 (0)