Skip to content

Commit 298e5ec

Browse files
authored
Fix broken link
Link `SpecialKeyword` points to `traits.html` but should be `grammar.html`.
1 parent 9a9ab6d commit 298e5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/template.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $(GNAME TemplateSingleArgument):
9797
$(D false)
9898
$(D null)
9999
$(D this)
100-
$(GLINK2 traits, SpecialKeyword)
100+
$(GLINK2 grammar, SpecialKeyword)
101101
)
102102

103103
$(P Once instantiated, the declarations inside the template, called

0 commit comments

Comments
 (0)