fix typos in comments (#25546)

pull/25563/head
Jan Tattermusch 4 years ago committed by GitHub
parent 785a128a83
commit 202b6ca5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/csharp/Grpc.Tools/ProtoCompile.cs

@ -267,14 +267,14 @@ namespace Grpc.Tools
/// <summary>
/// Generated code directory. The generator property determines the language.
/// Switch: --GEN-out= (for different generators GEN).
/// Switch: --GEN_out= (for different generators GEN, e.g. --csharp_out).
/// </summary>
[Required]
public string OutputDir { get; set; }
/// <summary>
/// Codegen options. See also OptionsFromMetadata.
/// Switch: --GEN_out= (for different generators GEN).
/// Switch: --GEN_opt= (for different generators GEN, e.g. --csharp_opt).
/// </summary>
public string[] OutputOptions { get; set; }

Loading…
Cancel
Save