Skip to content

Commit e9dec7d

Browse files
committed
fix quotes
1 parent 1942133 commit e9dec7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/about_control_structures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $(document).ready(function(){
6767
result = "Merry";
6868
break;
6969
}
70-
equals(result, __, "what is the value of result?');
70+
equals(result, __, 'what is the value of result?');
7171
});
7272

7373
test("null coallescion", function() {

0 commit comments

Comments
 (0)