Skip to content

Commit 3e99947

Browse files
authored
extension type spec: correct release version of extension methods (#2323)
1 parent 366bec2 commit 3e99947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/1426-extension-types/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ subset of the members, but using an extension type allows us to _replace_
3333
the set of members.
3434

3535
The functionality is entirely static. Extension types is an enhancement of
36-
the extension methods feature which was added to Dart in version 2.6. In
36+
the extension methods feature which was added to Dart in version 2.7. In
3737
particular, the semantics of extension method invocation is also the
3838
semantics of invocations of a member of an extension type. By allowing a
3939
developer to work with objects where an extension type is the static type,

0 commit comments

Comments
 (0)