Skip to content

Commit dd27442

Browse files
authored
Merge pull request github#14079 from bgrainger/fix-unsynchronized-static-access-docs
Delete thin space from documentation
2 parents d14ad92 + d10597f commit dd27442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)