We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c774fe2 commit 63d0575Copy full SHA for 63d0575
sdk/lib/core/enum.dart
@@ -11,7 +11,7 @@ part of dart.core;
11
/// Non-platform classes cannot extend or mix in this class.
12
/// Concrete classes cannot implement the interface.
13
///
14
-/// The intentifier used to name an `enum` value is available as a [String],
+/// The identifier used to name an `enum` value is available as a [String],
15
/// via the [EnumName.name] extension property on the `enum` value.
16
@Since("2.14")
17
abstract interface class Enum {
0 commit comments