summaryrefslogtreecommitdiffhomepage
path: root/d.html.markdown
diff options
context:
space:
mode:
authorGautam Kotian <gautam.kotian@gmail.com>2015-10-13 18:15:49 +0200
committerGautam Kotian <gautam.kotian@gmail.com>2015-10-13 18:15:49 +0200
commita4d9115decdfaa0346c66994df372e529d343d37 (patch)
tree03c776c2ea1a8de261b5ec9033efcaaa6fdbe920 /d.html.markdown
parent59a07411effbd0ed6289e062621deb29fe8641a8 (diff)
Clarify that not just two people develop D
The present construction seems to imply that only Walter and Andrei and involved in the development of D. This is nowhere close to being true!
Diffstat (limited to 'd.html.markdown')
-rw-r--r--d.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/d.html.markdown b/d.html.markdown
index ba24b60f..7c23f2dd 100644
--- a/d.html.markdown
+++ b/d.html.markdown
@@ -23,8 +23,8 @@ about [D](http://dlang.org/). The D programming language is a modern, general-pu
multi-paradigm language with support for everything from low-level features to
expressive high-level abstractions.
-D is actively developed by Walter Bright and Andrei Alexandrescu, two super smart, really cool
-dudes. With all that out of the way, let's look at some examples!
+D is actively developed by a large group of super-smart people and is spearheaded by Walter Bright
+and Andrei Alexandrescu. With all that out of the way, let's look at some examples!
```c
import std.stdio;