Skip to content

Commit a9f354b

Browse files
authored
[spec] Avoid using 'you' (#3799)
1 parent 15885b7 commit a9f354b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

spec/cpp_interface.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ $(H2 $(LNAME2 general_idea, The General Idea))
4444

4545
$(H2 $(LNAME2 platform-compiler-support, Platform-Compiler Support))
4646

47-
$(P When building on windows, you should preferrably link your D code to MSVC compiled binaries.
48-
You can link to both gcc and clang compiled binaries on linux.
49-
On macOS, you should preferrably link to clang compiled binaries.)
47+
* On Windows, prefer linking D code to MSVC compiled binaries.
48+
* On Linux, linking to both GCC and Clang compiled binaries is supported.
49+
* On MacOS, prefer linking to Clang compiled binaries.
5050

5151
$(H2 $(LNAME2 global-functions, Global Functions))
5252

spec/interfaceToC.dd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ $(HEADERNAV_TOC)
1313
and function call/return sequences.
1414
)
1515

16-
$(P The $(DDLINK spec/importc, ImportC, ImportC) compiler extention lets you import or compile `.c` files directly. )
16+
$(P The $(DDLINK spec/importc, ImportC, ImportC) compiler extension allows
17+
importing or compiling `.c` files directly. )
1718

1819
$(P Bindings for popular C libraries can be found in the
1920
$(LINK2 https://dlang.org/phobos/index.html, standard library) and

0 commit comments

Comments
 (0)