Documentation fix (cleaning up my own breakage): close <tt> with </tt>,

not with another <tt>.

llvm-svn: 158546
This commit is contained in:
James Dennett 2012-06-15 21:23:13 +00:00
parent 2178f14c10
commit 98bde98897
1 changed files with 1 additions and 1 deletions

View File

@ -2781,7 +2781,7 @@ public:
/// type-dependent.
///
/// The explicit type conversions expressed by
/// CXXUnresolvedConstructExpr have the form <tt>T(a1, a2, ..., aN)<tt>,
/// CXXUnresolvedConstructExpr have the form <tt>T(a1, a2, ..., aN)</tt>,
/// where \c T is some type and \c a1, \c a2, ..., \c aN are values, and
/// either \c T is a dependent type or one or more of the <tt>a</tt>'s is
/// type-dependent. For example, this would occur in a template such