diff --git a/accepted/future-releases/unquoted-imports/feature-specification.md b/accepted/future-releases/unquoted-imports/feature-specification.md index ff79d5c14..5a1de206c 100644 --- a/accepted/future-releases/unquoted-imports/feature-specification.md +++ b/accepted/future-releases/unquoted-imports/feature-specification.md @@ -174,7 +174,7 @@ that still means we need to be able to understand that `foo.widget` and `some_model/pb.dart`. In fact, inside Google's monorepo, dotted package names are idiomatic and -universally used. If our import shorthand syntax couldn't hangle package names +universally used. If our import shorthand syntax couldn't handle package names with dots in them, no one inside Google would be able to use it. Instead of `.`, this proposal uses `/`. This is obviously a natural path diff --git a/accepted/future-releases/wildcard-variables/feature-specification.md b/accepted/future-releases/wildcard-variables/feature-specification.md index 10abb64bd..8d8ce8ae0 100644 --- a/accepted/future-releases/wildcard-variables/feature-specification.md +++ b/accepted/future-releases/wildcard-variables/feature-specification.md @@ -2,10 +2,12 @@ Author: Bob Nystrom -Status: In-progress +Status: Accepted Version 1.6 +Experiment Flag: wildcard-variables + ## Motivation Pattern matching brings a new way to declare variables. Inside patterns, any