提交 c36a1265 编写于 作者: A angocke

Fix some typos in CommonCommandLineArguments.cs (changeset 1309550)

上级 a5b00a47
......@@ -163,12 +163,12 @@ public abstract class CommandLineArguments
public ImmutableArray<CommandLineSourceFile> SourceFiles { get; internal set; }
/// <summary>
/// Fule path of a log of file paths accessed by the compiler, or null if file logging should be suppressed.
/// Full path of a log of file paths accessed by the compiler, or null if file logging should be suppressed.
/// </summary>
/// <remarks>
/// Two log files will be created:
/// One with path <see cref="TouchedFilesPath"/> and extension ".read" logging the files read,
/// and second with path <see cref="TouchedFilesPath"/> and extension ".write" logging the files written to during compilation.
/// and second with path <see cref="TouchedFilesPath"/> and extension ".write" logging the files written to during compilation.
/// </remarks>
public string TouchedFilesPath { get; internal set; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册