From f84b92c7b92dd62b03550269dd0271645d7eea72 Mon Sep 17 00:00:00 2001 From: dokutoku <3729541-dokutoku@users.noreply.gitlab.com> Date: Mon, 29 Apr 2024 15:03:09 +0900 Subject: [PATCH] Fix invalid link --- spec/type.dd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/type.dd b/spec/type.dd index 550c177d36..3ea61cf719 100644 --- a/spec/type.dd +++ b/spec/type.dd @@ -726,7 +726,7 @@ $(GNAME Typeof): typeof(S.foo) n; // n is declared to be an int -------------------- - $(P If the expression is a $(DDLINK, spec/template, Template, Template), + $(P If the expression is a $(DDLINK spec/template, Template, Template), $(D typeof) gives the type $(D void). )