Skip to content

Commit 8640525

Browse files
committed
improve GDC description, fix typos
1 parent 3a639ab commit 8640525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

res/walkthroughs/installCompiler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Download (executables): https://github.com/ldc-developers/ldc/releases
3030

3131
## GDC
3232

33-
GDC is an GCC-based D compiler. Other than the other compilers it comes built-in
34-
into GCC and does not require a separate installation. It supports a variety of
33+
GDC is a GCC-based D compiler. Other than the other compilers, it comes built-in
34+
with GCC and does not require a separate installation. It supports a variety of
3535
operating systems and target architectures. Being tied to GCC's release schedule
36-
it is often behind in new features but receives bug fix backports from later
36+
it may be behind in new D features. However GDC backports D bug fixes from later
3737
versions in minor updates. GDC could be called the most stable compiler as it is
3838
tied to specific D frontend versions for a while, only fixing issues without big
3939
changes. GDC is a good compiler to be using in production to create executables.

0 commit comments

Comments
 (0)