Skip to content

Commit 2d1f1ff

Browse files
etiennebrateaudlang-bot
authored andcommitted
Fix deprecated of body keyword
1 parent a3ef9b3 commit 2d1f1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lex.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ $(MULTICOLS 4,
995995
$(LINK2 expression.html#AssertExpression, $(D assert))
996996
$(LINK2 attribute.html#auto, $(D auto))
997997

998-
$(GDEPRECATED LINK2 function.html#BodyStatement, $(D body))
998+
$(GDEPRECATED $(LINK2 function.html#BodyStatement, $(D body)))
999999
$(LINK2 type.html, $(D bool))
10001000
$(LINK2 statement.html#BreakStatement, $(D break))
10011001
$(LINK2 type.html, $(D byte))

0 commit comments

Comments
 (0)