Skip to content

Commit 3a732f1

Browse files
authored
Update feedreader.js to fix issue udacity#20
Issue udacity#20 There was a missing comment close. No big deal.
1 parent b6f2a90 commit 3a732f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jasmine/spec/feedreader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $(function() {
6363
* the use of Jasmine's beforeEach and asynchronous done() function.
6464
*/
6565

66-
/* TODO: Write a new test suite named "New Feed Selection"
66+
/* TODO: Write a new test suite named "New Feed Selection" */
6767

6868
/* TODO: Write a test that ensures when a new feed is loaded
6969
* by the loadFeed function that the content actually changes.

0 commit comments

Comments
 (0)