Skip to content

Commit 2843f0f

Browse files
authored
Merge pull request #1765 from wilzbach/general-purpose
Explain D as a general-purpose programming language
2 parents 5eaf06c + cb76e98 commit 2843f0f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.dd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ $(SECTION1 ,
66

77
$(DIVC intro, $(DIV, $(DIV,
88
$(DIV,
9-
$(TC p, pitch, $(B D) is a systems programming language with C-like
10-
syntax and static typing. It combines efficiency, control and modeling
11-
power with safety and programmer productivity.)
9+
$(TC p, pitch, $(B D) is a general-purpose programming language with
10+
static typing, systems-level access, and C-like syntax.
11+
It combines efficiency, control and modeling power with safety
12+
and programmer productivity.)
1213

1314
$(DIVC download,
1415
$(DIVC btn-group-vertical,
@@ -494,7 +495,7 @@ Macros:
494495
FRONTPAGE_ORG=$(DIVC frontpage-orgs-cell dont-highlight-link donthyphenate, $(LINK2 $2, $(FRONTPAGE_ORG_IMG $3)) $(H3 $1) $(P $(I $4 )))
495496
_= Single word inline CSS needs to be escaped _=
496497
C_A=$1:$2;
497-
META_DESCRIPTION=D is a systems programming language with C-like syntax and static typing.
498+
META_DESCRIPTION=D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.
498499
EXTRA_HEADERS=$(T style,
499500
.why-d-icon {
500501
padding-right: 0.2em;

0 commit comments

Comments
 (0)