Skip to content

Commit 2aa89c8

Browse files
authored
Merge pull request #96 from mnordine/patch-1
Fix broken link
2 parents 7daa7b3 + 75be4d2 commit 2aa89c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/spread-collections/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ corpus where this syntax could be used by looking for calls to `.addAll()` on
612612
collection literals. I converted them to use the prefix and postfix syntax
613613
[here][spread examples].
614614
615-
[spread examples]: https://github.com/dart-lang/language/tree/master/working/0047.%20Spread%20Collections/examples
615+
[spread examples]: https://github.com/dart-lang/language/tree/master/working/spread-collections/examples
616616
617617
Only a few cases use `...?`. Some examples do have pretty complex expressions
618618
where it's easy to overlook a trailing `...`, like:

0 commit comments

Comments
 (0)