From 8d115298c7fc6fec135515ff7ddacb7f1524149e Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 21 Jul 2015 09:46:06 +0100 Subject: Fix comment typo --- csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp') 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 /// /// /// The 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 -- cgit v1.2.3