Skip to content

Commit 17c551c

Browse files
committed
Edit comment for clarity
1 parent 400cb18 commit 17c551c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/SilkTouch/SilkTouch/Mods/Common/MSBuildModContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public async Task InitializeAsync()
110110

111111
// TODO: This currently causes the global usings to be output into each file. Not sure why.
112112

113-
// Remove all documents from the output directory
113+
// Remove all documents that are part of the output directory
114114
// This is to ensure that existing code is not used as the input for newly generated code,
115115
// which would cause a cycle.
116116
// Note that this does not remove all documents from the project, such as the global usings files.

0 commit comments

Comments
 (0)