Skip to content

Commit 4b56f34

Browse files
committed
Fix wording
1 parent 51bf929 commit 4b56f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Sema/Template.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ enum class TemplateSubstitutionKind : char {
205205

206206
/// Add a new outmost level to the multi-level template argument
207207
/// list.
208-
/// A 'Final' substitution means that these Args are not needed to be
208+
/// A 'Final' substitution means that these Args don't need to be
209209
/// resugared later.
210210
void addOuterTemplateArguments(Decl *AssociatedDecl, ArgList Args,
211211
bool Final) {

0 commit comments

Comments
 (0)