Forráskód Böngészése

fix: do not mention umbrella_classname in comment

Jan Tattermusch 10 éve
szülő
commit
b6555b1da0
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/google/protobuf/descriptor.proto

+ 1 - 1
src/google/protobuf/descriptor.proto

@@ -355,7 +355,7 @@ message FileOptions {
   optional string csharp_namespace = 37;
   optional string csharp_namespace = 37;
 
 
   // A nested namespace for the umbrella class.  Helpful for name collisions caused by
   // A nested namespace for the umbrella class.  Helpful for name collisions caused by
-  // umbrella_classname conflicting with an existing type.  This will be automatically
+  // its name conflicting with an existing type.  This will be automatically
   // set to 'Proto' if a collision is detected with types being generated.
   // set to 'Proto' if a collision is detected with types being generated.
   optional string csharp_umbrella_namespace = 38;
   optional string csharp_umbrella_namespace = 38;