Skip to content

Commit 7b73c58

Browse files
committed
edits
1 parent 2fba4d3 commit 7b73c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/how-to-build-incrementally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ MSBuild compares the timestamps of the inputs and the outputs for the target. In
5151

5252
## Compare one-to-one mapping versus no direct mapping
5353

54-
When you specify inputs and outputs in a target, either each output maps to one input directly, or no direct mapping exists between the outputs and inputs. In the example, the [Csc](csc-task.md) task specifies an output assembly that doesn't map to a single input. For this task, the output depends on all of the inputs.
54+
When you specify inputs and outputs in a target, either each output maps to one input directly, or no direct mapping exists between the outputs and inputs. In the example, the [Csc task](csc-task.md) specifies an output assembly that doesn't map to a single input. For this task, the output depends on all of the inputs.
5555

5656
Here are some considerations about one-to-one mapping versus no direct mapping:
5757

0 commit comments

Comments
 (0)