Skip to content

Commit 5cc64e6

Browse files
ntreldlang-bot
authored andcommitted
[articles/dll-windows] Fix missing sentences
Also fix 2 typos.
1 parent 2a11f80 commit 5cc64e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/dll-windows.dd

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

3-
$(D_S $(TITLE)
3+
$(D_S $(TITLE),
44

55
$(HEADERNAV_TOC)
66

77
Windows DLLs (aka shared libraries) are a method of sharing instances of executable
8-
code and data between process. Although they perform the same role as shared libraries
8+
code and data between processes. Although they perform the same role as shared libraries
99
in other systems like Linux, OSX, and FreeBSD, they are implemented quite differently.
1010
The information in this article is specific to Windows DLLs.
1111

@@ -15,7 +15,7 @@ $(H2 Build a DLL)
1515
$(H3 Code for the DLL)
1616

1717
$(OL
18-
$(LI Create the file myll.d:
18+
$(LI Create the file mydll.d:
1919

2020
---
2121
module mydll;

0 commit comments

Comments
 (0)