Skip to content

Commit 4ecdc54

Browse files
jtbxdlang-bot
authored andcommitted
correct minor misspelling of "reimplement" in articles/ctod.dd
1 parent 5989819 commit 4ecdc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ctod.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ $(H2 $(LNAME2 sort, Sorting arrays))
11961196

11971197
$(H4 The C Way)
11981198

1199-
Although many C programmers tend to reimplmement bubble sorts
1199+
Although many C programmers tend to reimplement bubble sorts
12001200
over and over, the right way to sort in C is to use qsort():
12011201

12021202
$(CCODE

0 commit comments

Comments
 (0)