aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf.Conformance
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2015-09-30 06:59:38 +0100
committerGravatar Jon Skeet <jonskeet@google.com>2015-09-30 06:59:38 +0100
commit6bbbdfa24c51c9aae1c58f25c84ad9759f05eab9 (patch)
treed769ba8333277d25d9aab5302f0ec056338cbe74 /csharp/src/Google.Protobuf.Conformance
parente2c823027e674646a60a262830f08497bf046b38 (diff)
Fix typo in oneof case enum comment
Diffstat (limited to 'csharp/src/Google.Protobuf.Conformance')
-rw-r--r--csharp/src/Google.Protobuf.Conformance/Conformance.cs6
1 files changed, 3 insertions, 3 deletions
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_;
- /// <summary>Enum of possibly cases for the "payload" oneof.</summary>
+ /// <summary>Enum of possible cases for the "payload" oneof.</summary>
public enum PayloadOneofCase {
None = 0,
ProtobufPayload = 1,
@@ -434,7 +434,7 @@ namespace Conformance {
}
private object result_;
- /// <summary>Enum of possibly cases for the "result" oneof.</summary>
+ /// <summary>Enum of possible cases for the "result" oneof.</summary>
public enum ResultOneofCase {
None = 0,
ParseError = 1,
@@ -1244,7 +1244,7 @@ namespace Conformance {
}
private object oneofField_;
- /// <summary>Enum of possibly cases for the "oneof_field" oneof.</summary>
+ /// <summary>Enum of possible cases for the "oneof_field" oneof.</summary>
public enum OneofFieldOneofCase {
None = 0,
OneofUint32 = 111,