Skip to content

Commit 08c7553

Browse files
authored
Update typos and add info in unquoted imports and wildcard variables specs. (#4083)
1 parent 617e4c1 commit 08c7553

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

accepted/future-releases/unquoted-imports/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ that still means we need to be able to understand that `foo.widget` and
174174
`some_model/pb.dart`.
175175

176176
In fact, inside Google's monorepo, dotted package names are idiomatic and
177-
universally used. If our import shorthand syntax couldn't hangle package names
177+
universally used. If our import shorthand syntax couldn't handle package names
178178
with dots in them, no one inside Google would be able to use it.
179179

180180
Instead of `.`, this proposal uses `/`. This is obviously a natural path

accepted/future-releases/wildcard-variables/feature-specification.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
Author: Bob Nystrom
44

5-
Status: In-progress
5+
Status: Accepted
66

77
Version 1.6
88

9+
Experiment Flag: wildcard-variables
10+
911
## Motivation
1012

1113
Pattern matching brings a new way to declare variables. Inside patterns, any

0 commit comments

Comments
 (0)