Skip to content

Commit 056cd00

Browse files
authored
Update synchronized attribute links to synchronized methods (#4323)
Note: Synchronized classes is a subheading of synchronized methods.
1 parent 706ad2d commit 056cd00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spec/attribute.dd

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

650650
$(H3 $(LNAME2 synchronized, $(D synchronized) Attribute))
651651

652-
$(P See $(DDSUBLINK spec/class, synchronized-classes, Synchronized Classes).)
652+
$(P See $(DDSUBLINK spec/class, synchronized-methods, Synchronized Methods).)
653653

654654

655655
$(H2 $(LNAME2 disable, $(D @disable) Attribute))

spec/declaration.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $(GNAME StorageClass):
8181
$(DDSUBLINK spec/class, abstract, `abstract`)
8282
$(DDSUBLINK spec/class, final, `final`)
8383
$(DDSUBLINK spec/function, virtual-functions, `override`)
84-
$(DDSUBLINK spec/class, synchronized-classes, `synchronized`)
84+
$(DDSUBLINK spec/class, synchronized-methods, `synchronized`)
8585
$(RELATIVE_LINK2 auto-declaration, `auto`)
8686
$(DDSUBLINK spec/attribute, scope, `scope`)
8787
$(DDLINK spec/const3, Type Qualifiers, `const`)

spec/statement.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@ void g(Object o)
20892089
locked and unlocked as many times as there is recursion.
20902090
)
20912091

2092-
$(P See also $(DDSUBLINK spec/class, synchronized-classes, synchronized classes).)
2092+
$(P See also $(DDSUBLINK spec/class, synchronized-methods, synchronized methods).)
20932093

20942094
$(H2 $(LEGACY_LNAME2 TryStatement, try-statement, Try Statement))
20952095

0 commit comments

Comments
 (0)