Fix typo in comment.

llvm-svn: 301138
This commit is contained in:
Nick Lewycky 2017-04-23 20:46:58 +00:00
parent 19a173ac23
commit 1d2169e2ee
1 changed files with 1 additions and 1 deletions

View File

@ -1406,7 +1406,7 @@ const internal::VariadicDynCastAllOfMatcher<
///
/// Example: Given
/// \code
/// struct T {void func()};
/// struct T {void func();};
/// T f();
/// void g(T);
/// \endcode