Skip to content

Commit ceed1b8

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix typo
1 parent 296a3a3 commit ceed1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/header-unit-json-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Reference for header-units.json file"
33
title: "C++ header unit.json reference"
4-
ms.date: 02/11/2022
4+
ms.date: 11/09/2022
55
author: "tylermsft"
66
ms.author: "twhitney"
77
f1_keywords: ["header-units.json"]
@@ -19,7 +19,7 @@ This file must be in the same directory as the included header file. This file i
1919

2020
## Rationale
2121

22-
Some header files can't be safely translated to header units. Header files that depend on macros that aren't defined on the command line, or that are defined outside of the aren't defined in the header files included by the header, can't be translated to header units.
22+
Some header files can't be safely translated to header units. Header files that depend on macros that aren't defined on the command line, or that aren't defined in the header files included by the header, can't be translated to header units.
2323

2424
If a header defines macros that affect whether other headers are included, it can't be safely translated. For example, given `a.h`, `b.h` and `macros.h`, which are all in the same directory:
2525

0 commit comments

Comments
 (0)