Skip to content

Commit 15b06c6

Browse files
authored
[spec] Remove @ from synchronized keyword attribute (#3812)
1 parent d061137 commit 15b06c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/attribute.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ $(H3 $(LNAME2 gshared, $(D __gshared) Attribute))
590590

591591
$(P $(D __gshared) is disallowed in `@safe` code.)
592592

593-
$(H3 $(LNAME2 synchronized, $(D @synchronized) Attribute))
593+
$(H3 $(LNAME2 synchronized, $(D synchronized) Attribute))
594594

595595
$(P See $(DDSUBLINK spec/class, synchronized-classes, Synchronized Classes).)
596596

0 commit comments

Comments
 (0)