Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d10597f

Browse files
committed
Delete thin space from documentation.
Update the MSDN link to avoid an unnecessary redirection and use the correct anchor.
1 parent 3343b78 commit d10597f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

csharp/ql/src/Concurrency/UnsynchronizedStaticAccess.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ invariants.
1212

1313
<p>
1414
For example, the behavior of <code>Dictionary</code> when a write happens concurrently with another write or a read is
15-
undefined, and frequently leads to data corruption and can lead to issues as serious as livelock.
15+
undefined, and frequently leads to data corruption and can lead to issues as serious as livelock.
1616
</p>
1717

1818
</overview>
@@ -35,6 +35,6 @@ dictionary. This means that multiple threads can access the dictionary, potentia
3535

3636
</example>
3737
<references>
38-
<li>MSDN, C# Reference: <a href="https://msdn.microsoft.com/en-us/library/xfhwa508.aspx#Anchor_10">Dictionary: Thread safety</a>.</li>
38+
<li>MSDN, C# Reference: <a href="https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2?#thread-safety">Dictionary: Thread safety</a>.</li>
3939
</references>
4040
</qhelp>

0 commit comments

Comments
 (0)