Skip to content

Commit 4e2e9e2

Browse files
authored
Fix comment typo in instructions.md (#885)
typo
1 parent 6d274eb commit 4e2e9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/expert-mixologist/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ let orders = [
7373

7474
orderTracker(orders: orders)
7575

76-
// returnsa (beer: (first "10:01", last "10:22", total 3), soda: (first "10:09", last "10:09", total 1))
76+
// returns (beer: (first "10:01", last "10:22", total 3), soda: (first "10:09", last "10:09", total 1))
7777
```

0 commit comments

Comments
 (0)