Skip to content

Commit cba2836

Browse files
authored
Fix scope class link (#3420)
1 parent 3c3e51a commit cba2836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/class.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ void main()
11961196
$(P Multiple $(I AliasThis) are currently not allowed.)
11971197

11981198
$(H2 $(LNAME2 auto, Scope Classes))
1199-
$(B Note): Scope classes have been $(DDSUBLINK deprecate, scope for allocating classes on the stack, recommended for deprecation).
1199+
$(B Note): Scope classes have been $(DDSUBLINK deprecate, scope as a type constraint, recommended for deprecation).
12001200

12011201
$(P A scope class is a class with the $(D scope) attribute, as in:)
12021202

0 commit comments

Comments
 (0)