Skip to content

Commit 7d8e147

Browse files
authored
Merge pull request #1726 from CyberShadow/pull-20170619-124653
Fix Issue 17524 - [The C Preprocessor vs D] "need to worry about"?
2 parents 4af0147 + 8301644 commit 7d8e147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pretod.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ while (1)
559559
)
560560
$(LI Nested function names are scoped just like any other name.
561561
)
562-
$(LI Parameters are passed by value, so need to worry about
562+
$(LI Parameters are passed by value, so no need to worry about
563563
side effects in the parameter expressions.
564564
)
565565
$(LI Nested functions are visible to the debugger.

0 commit comments

Comments
 (0)