Skip to content

Commit 63d0575

Browse files
authored
Update enum.dart
typo fix
1 parent c774fe2 commit 63d0575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/core/enum.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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 intentifier used to name an `enum` value is available as a [String],
14+
/// The identifier used to name an `enum` value is available as a [String],
1515
/// via the [EnumName.name] extension property on the `enum` value.
1616
@Since("2.14")
1717
abstract interface class Enum {

0 commit comments

Comments
 (0)