Skip to content

Commit 8301644

Browse files
committed
Fix Issue 17524 - [The C Preprocessor vs D] "need to worry about"?
1 parent 4af0147 commit 8301644

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)