From 6bbbdfa24c51c9aae1c58f25c84ad9759f05eab9 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Wed, 30 Sep 2015 06:59:38 +0100 Subject: Fix typo in oneof case enum comment --- csharp/src/Google.Protobuf.Conformance/Conformance.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'csharp/src/Google.Protobuf.Conformance') diff --git a/csharp/src/Google.Protobuf.Conformance/Conformance.cs b/csharp/src/Google.Protobuf.Conformance/Conformance.cs index d13c6d62..f05d03b2 100644 --- a/csharp/src/Google.Protobuf.Conformance/Conformance.cs +++ b/csharp/src/Google.Protobuf.Conformance/Conformance.cs @@ -227,7 +227,7 @@ namespace Conformance { } private object payload_; - /// Enum of possibly cases for the "payload" oneof. + /// Enum of possible cases for the "payload" oneof. public enum PayloadOneofCase { None = 0, ProtobufPayload = 1, @@ -434,7 +434,7 @@ namespace Conformance { } private object result_; - /// Enum of possibly cases for the "result" oneof. + /// Enum of possible cases for the "result" oneof. public enum ResultOneofCase { None = 0, ParseError = 1, @@ -1244,7 +1244,7 @@ namespace Conformance { } private object oneofField_; - /// Enum of possibly cases for the "oneof_field" oneof. + /// Enum of possible cases for the "oneof_field" oneof. public enum OneofFieldOneofCase { None = 0, OneofUint32 = 111, -- cgit v1.2.3