Skip to content

Commit

Permalink
Fix broken link in optional-semicolons-prototype (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
armoha authored Jan 5, 2022
1 parent 9daaad1 commit bdbef03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/optional-semicolons-prototype.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is a quick write-up of the investigation I did around optional semicolons
after writing the [Terminating Tokens][] proposal.

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

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

0 comments on commit bdbef03

Please sign in to comment.