Skip to content

Commit b51eb2c

Browse files
committed
C#: Fix tags in documentation.
1 parent d18bbf6 commit b51eb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Concurrency/UnsafeLazyInitialization.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for example by computing the field twice.
1616
<li>Make the field volatile using the <code>volatile</code> keyword.</li>
1717
<li>Use the <code>System.Lazy</code> class, which is guaranteed to be thread-safe.
1818
This can often lead to more elegant code.</li>
19-
<li>Use <code>System.Threading.LazyInitializer</code>.
19+
<li>Use <code>System.Threading.LazyInitializer</code>.</li>
2020
</ol>
2121

2222
</recommendation>

0 commit comments

Comments
 (0)