File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ helper:
5555- [ Lock-Based Synchronization with ` synchronized ` ] ( http://www.informit.com/articles/article.aspx?p=1609144&seqNum=13 )
5656- [ Deadlocks and ` synchronized ` ] ( http://www.informit.com/articles/article.aspx?p=1609144&seqNum=15 )
5757- [ ` synchronized ` specification] ( https://dlang.org/spec/statement.html#SynchronizedStatement )
58- - [ Implicit conversions with ` shared ` data types] ( https://dlang.org/spec/const3.html#implicit_conversions )
58+ - [ ` synchronized ` classes] ( https://dlang.org/spec/class.html#synchronized-classes )
59+ - [ ` shared ` type qualifier] ( https://dlang.org/spec/const3.html#shared )
60+ - [ Implicit conversions with ` shared ` data types] ( https://dlang.org/spec/const3.html#implicit_qualifier_conversions )
5961
6062## {SourceCode}
6163
You can’t perform that action at this time.
0 commit comments