Skip to content

Commit

Permalink
fix typo in code comment [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 27, 2014
1 parent ea25e84 commit b773421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ TEST_CASE( "variant should support custom types", "[variant]" ) {
REQUIRE(v == util::variant<MissionInteger>(MissionInteger(1)));
}

// Test detail code (internal api not mean for public use)
// Test detail code (internal api not meant for public use)
TEST_CASE( "variant type traits", "[variant::detail]" ) {
// users should not create variants with duplicated types
// however our type indexing should still work
Expand Down

0 comments on commit b773421

Please sign in to comment.