Skip to content

Commit 4bb1331

Browse files
MetaLangdlang-bot
authored andcommitted
Fix malformed macro invocation
1 parent 145399e commit 4bb1331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/variadic-function-templates.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ $(H3 The Static If Solution)
195195

196196
$(P It would be nice to encapsulate all the logic into a
197197
single function. One way to do that is by using
198-
$D(static if)s, which provide for conditional compilation:
198+
$(D static if)s, which provide for conditional compilation:
199199
)
200200

201201
---

0 commit comments

Comments
 (0)