Skip to content

Commit 444d11e

Browse files
committed
Add link to PR
1 parent 63bb671 commit 444d11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npm run mtsc ./tests/singleVar.ts
3333

3434
## Exercises
3535

36-
- [x] Add EmptyStatement.
36+
- [x] Add EmptyStatement (https://github.com/imteekay/mini-typescript/pull/2).
3737
- [ ] Make semicolon a statement ender, not statement separator.
3838
- Hint: You'll need a predicate to peek at the next token and decide if it's the start of an element.
3939
- Bonus: Switch from semicolon to newline as statement ender.

0 commit comments

Comments
 (0)