diff options
author | Jon Skeet <jonskeet@google.com> | 2015-09-30 06:59:38 +0100 |
---|---|---|
committer | Jon Skeet <jonskeet@google.com> | 2015-09-30 06:59:38 +0100 |
commit | 6bbbdfa24c51c9aae1c58f25c84ad9759f05eab9 (patch) | |
tree | d769ba8333277d25d9aab5302f0ec056338cbe74 /csharp/src/Google.Protobuf | |
parent | e2c823027e674646a60a262830f08497bf046b38 (diff) |
Fix typo in oneof case enum comment
Diffstat (limited to 'csharp/src/Google.Protobuf')
-rw-r--r-- | csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs b/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs index 30a1569b..257d52d8 100644 --- a/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs +++ b/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs @@ -255,7 +255,7 @@ namespace Google.Protobuf.WellKnownTypes { } private object kind_; - /// <summary>Enum of possibly cases for the "kind" oneof.</summary> + /// <summary>Enum of possible cases for the "kind" oneof.</summary> public enum KindOneofCase { None = 0, NullValue = 1, |