Skip to content

Commit 2a8dccd

Browse files
author
Colin Robertson
committed
Fix link typo
1 parent 3d96c6f commit 2a8dccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/standard-library/atomic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Defines classes and class templates to use to create types that support atomic o
1818
## Remarks
1919

2020
> [!NOTE]
21-
> In code that's compiled by using [/clr:pure](../build/reference/clr-common-language-runtime-compilation), this header is blocked. Both **/clr:pure** and **/clr:safe** are deprecated in Visual Studio 2017 and later versions.
21+
> In code that's compiled by using [/clr:pure](../build/reference/clr-common-language-runtime-compilation.md), this header is blocked. Both **/clr:pure** and **/clr:safe** are deprecated in Visual Studio 2017 and later versions.
2222
2323
An atomic operation has two key properties that help you use multiple threads to correctly manipulate an object without using mutex locks.
2424

0 commit comments

Comments
 (0)