Skip to content

Commit 08832bd

Browse files
committed
removes extra quotation mark
1 parent b8c7a03 commit 08832bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

koans/AboutExpects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe("About Expects", function() {
2222
expect(actualValue).toEqual(expectedValue);
2323
});
2424

25-
// Sometimes you need to be really exact about what you "type.""
25+
// Sometimes you need to be really exact about what you "type."
2626
it("should assert equality with ===", function () {
2727
var expectedValue = FILL_ME_IN;
2828
var actualValue = (1 + 1).toString();

0 commit comments

Comments
 (0)