Merge pull request #149 from eteran/master

Correcting minor typo
This commit is contained in:
Gabriel Dos Reis 2015-09-26 00:45:50 -07:00
commit ccaa18ade8

View File

@ -4557,7 +4557,7 @@ The alternative is to make two failure states compare equal and any valid state
// ... // ...
}; };
// `B`'s comparison accpts conversions for its second operand, but not its first. // `B`'s comparison accepts conversions for its second operand, but not its first.
class D :B { class D :B {
char character; char character;