Skip to content

Commit

Permalink
Fixed typo of macro in example at README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toshitanian committed Oct 6, 2013
1 parent 9c5d8d0 commit 442189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ TEST(ClassName, Create)
{
CHECK(0 != className);
CHECK(true);
CHECK_EQUALS(1,1);
CHECK_EQUAL(1,1);
LONGS_EQUAL(1,1);
DOUBLES_EQUAL(1.000, 1.001, .01);
STRCMP_EQUAL("hello", "hello");
Expand Down

0 comments on commit 442189b

Please sign in to comment.