Skip to content

Commit bdbef03

Browse files
authored
Fix broken link in optional-semicolons-prototype (#2028)
1 parent 9daaad1 commit bdbef03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/optional-semicolons-prototype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This is a quick write-up of the investigation I did around optional semicolons
22
after writing the [Terminating Tokens][] proposal.
33

4-
[terminating tokens]: https://github.com/dart-lang/language/tree/master/working/terminating-tokens
4+
[terminating tokens]: https://github.com/dart-lang/language/tree/master/inactive/terminating-tokens.md
55

66
That proposal was a thorough experiment to see if it's possible to make
77
semicolons optional with a minimum of breakage to existing code. I think the

0 commit comments

Comments
 (0)