Skip to content

Commit fd6fc8c

Browse files
Auto-generate files after cl/517211904
1 parent b81c127 commit fd6fc8c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

5 Bytes
Binary file not shown.

csharp/src/Google.Protobuf/WellKnownTypes/Any.pb.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static AnyReflection() {
6969
/// foo = any.unpack(Foo.getDefaultInstance());
7070
/// }
7171
///
72-
/// Example 3: Pack and unpack a message in Python.
72+
/// Example 3: Pack and unpack a message in Python.
7373
///
7474
/// foo = Foo(...)
7575
/// any = Any()
@@ -79,7 +79,7 @@ static AnyReflection() {
7979
/// any.Unpack(foo)
8080
/// ...
8181
///
82-
/// Example 4: Pack and unpack a message in Go
82+
/// Example 4: Pack and unpack a message in Go
8383
///
8484
/// foo := &pb.Foo{...}
8585
/// any, err := anypb.New(foo)
@@ -99,7 +99,7 @@ static AnyReflection() {
9999
/// name "y.z".
100100
///
101101
/// JSON
102-
///
102+
/// ====
103103
/// The JSON representation of an `Any` value uses the regular
104104
/// representation of the deserialized, embedded message, with an
105105
/// additional field `@type` which contains the type URL. Example:

csharp/src/Google.Protobuf/WellKnownTypes/Api.pb.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ public void MergeFrom(pb::CodedInputStream input) {
964964
/// The mixin construct implies that all methods in `AccessControl` are
965965
/// also declared with same name and request/response types in
966966
/// `Storage`. A documentation generator or annotation processor will
967-
/// see the effective `Storage.GetAcl` method after inheriting
967+
/// see the effective `Storage.GetAcl` method after inherting
968968
/// documentation and annotations as follows:
969969
///
970970
/// service Storage {

csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.pb.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ static TimestampReflection() {
128128
/// [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
129129
/// the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
130130
/// the Joda Time's [`ISODateTimeFormat.dateTime()`](
131-
/// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
131+
/// http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
132132
/// ) to obtain a formatter capable of generating timestamps in this format.
133133
/// </summary>
134134
public sealed partial class Timestamp : pb::IMessage<Timestamp>

0 commit comments

Comments
 (0)