Skip to content

Commit c774fe2

Browse files
authored
Update enum.dart
1 parent 1322920 commit c774fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/lib/core/enum.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ part of dart.core;
1111
/// Non-platform classes cannot extend or mix in this class.
1212
/// Concrete classes cannot implement the interface.
1313
///
14-
/// The string name of a value is available via the `name` property
15-
/// exposed by the [EnumName] extension (see [EnumName.name]).
14+
/// The intentifier used to name an `enum` value is available as a [String],
15+
/// via the [EnumName.name] extension property on the `enum` value.
1616
@Since("2.14")
1717
abstract interface class Enum {
1818
/// A numeric identifier for the enumerated value.

0 commit comments

Comments
 (0)