Skip to content

Commit 6d9aa07

Browse files
authored
Merge pull request MicrosoftDocs#664 from corob-msft/cr-date-fix
Fix date, syntax format in /Zc:threadSafeInit
2 parents 610068d + 261785f commit 6d9aa07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/zc-threadsafeinit-thread-safe-local-static-initialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "/Zc:threadSafeInit (Thread-safe Local Static Initialization) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/96/2018"
4+
ms.date: "03/14/2018"
55
ms.technology: ["cpp-tools"]
66
ms.topic: "article"
77
f1_keywords: ["threadSafeInit", "/Zc:threadSafeInit"]
@@ -19,7 +19,7 @@ The **/Zc:threadSafeInit** compiler option tells the compiler to initialize stat
1919

2020
## Syntax
2121

22-
**/Zc:threadSafeInit**[`-`]
22+
> **/Zc:threadSafeInit**[**-**]
2323
2424
## Remarks
2525

0 commit comments

Comments
 (0)