Skip to content

Commit c84a7a5

Browse files
committed
Fix sequence param subheading levels
1 parent be7bde0 commit c84a7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/template.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ $(GNAME TemplateSequenceParameter):
866866
to dynamically change, add, or remove elements either at compile-time or run-time.
867867
)
868868

869-
$(H3 $(LNAME2 typeseq_deduction, Type Sequence Deduction))
869+
$(H4 $(LNAME2 typeseq_deduction, Type Sequence Deduction))
870870

871871
$(P Type sequences can be deduced from the trailing parameters
872872
of an $(RELATIVE_LINK2 ifti, implicitly instantiated) function template:)
@@ -933,7 +933,7 @@ a
933933
)
934934
See also: $(REF partial, std,functional)
935935

936-
$(H3 $(LNAME2 variadic_template_specialization, Specialization))
936+
$(H4 $(LNAME2 variadic_template_specialization, Specialization))
937937

938938
$(P If both a template with a sequence parameter and a template
939939
without a sequence parameter exactly match a template instantiation,

0 commit comments

Comments
 (0)