aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-07-21 09:46:06 +0100
committerJon Skeet <jonskeet@google.com>2015-07-21 12:59:42 +0100
commit8d115298c7fc6fec135515ff7ddacb7f1524149e (patch)
tree2786a7b96a59847accd484f7cd27f82225ba1c52 /csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs
parent96cffaa8e397d466ee3b07c413824182f4a95a9e (diff)
downloadprotobuf-8d115298c7fc6fec135515ff7ddacb7f1524149e.tar.gz
protobuf-8d115298c7fc6fec135515ff7ddacb7f1524149e.tar.bz2
protobuf-8d115298c7fc6fec135515ff7ddacb7f1524149e.zip
Fix comment typo
Diffstat (limited to 'csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs')
-rw-r--r--csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs b/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs
index a10e617b..ba832b89 100644
--- a/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs
+++ b/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs
@@ -331,7 +331,7 @@ namespace Google.Protobuf.Reflection
/// </summary>
/// <remarks>
/// The <paramref name="generatedTypes"/> parameter should be null for descriptors which don't correspond to
- /// generated types. Otherwise, the array should be represent all the generated types in the file: messages then
+ /// generated types. Otherwise, the array should represent all the generated types in the file: messages then
/// enums. Within each message, there can be nested messages and enums, which must be specified "inline" in the array:
/// containing message, nested messages, nested enums - and of course each nested message may contain *more* nested messages,
/// etc. All messages within the descriptor should be represented, even if they do not have a generated type - any