Skip to content

Commit 660de2b

Browse files
committed
Rename title
1 parent 3fe6e49 commit 660de2b

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

articles/ctarguments.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Ddoc
22

3-
$(D_S Compile-time Argument Lists,
3+
$(D_S $(TITLE)),
44

55
$(HEADERNAV_TOC)
66

@@ -245,5 +245,5 @@ $(H3 $(LNAME2 symbol-seq, Symbol sequences))
245245
)
246246

247247
Macros:
248-
TITLE=Compile-time Argument Lists
248+
TITLE=Compile-time Sequences
249249
SUBNAV=$(SUBNAV_ARTICLES)

articles/index.dd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,9 @@ $(D_S Articles,
129129
templates.)
130130
)
131131
$(DIVC item,
132-
$(H4 $(LINK2 $(ROOT_DIR)articles/ctarguments.html, Compile-time Argument
133-
Lists))
134-
$(P A compile-time list is a list of compile-time entities -
135-
types, symbols (names) and expressions (values). This
132+
$(H4 $(LINK2 $(ROOT_DIR)articles/ctarguments.html, Compile-time Sequences))
133+
$(P A compile-time sequence is a sequence of compile-time entities -
134+
types, symbols (names) and values. This
136135
article shows how to work with them.)
137136
)
138137
)

dlang.org.ddoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ $(SUBNAV_TEMPLATE
472472
$(ROOT_DIR)articles/regular-expression.html, Regular Expressions,
473473
$(ROOT_DIR)articles/safed.html, SafeD,
474474
$(ROOT_DIR)articles/templates-revisited.html, Templates Revisited,
475-
$(ROOT_DIR)articles/ctarguments.html, Compile-time Argument Lists,
475+
$(ROOT_DIR)articles/ctarguments.html, Compile-time Sequences,
476476
$(ROOT_DIR)articles/variadic-function-templates.html, Variadic Templates,
477477
$(ROOT_DIR)articles/d-array-article.html, D Slices,
478478
$(ROOT_DIR)articles/cppcontracts.html, D's Contract Programming,

tuple.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Ddoc
33
For documentation on tuples that are commonly present in other languages (anonymous runtime entity that groups
44
different values) refer to $(LINK2 phobos/std_typecons.html#tuple, Phobos documentation on std.typecons.tuple)
55

6-
You may be also looking for documentation for built-in $(LINK2 ctarguments.html, compile-time argument lists)
6+
You may be also looking for documentation for built-in $(LINK2 ctarguments.html, compile-time sequences)
77
which can be sometimes referred as "tuples" too (though it is discouraged).
88

99
Macros:

0 commit comments

Comments
 (0)