Skip to content

Commit f27d535

Browse files
committed
Regenerate the sources from proto files in the previous commit.
1 parent 37c89b9 commit f27d535

File tree

9 files changed

+974
-8
lines changed

9 files changed

+974
-8
lines changed

Reference/google/protobuf/unittest.pb.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ extension ProtobufUnittest_TestAllTypes.NestedEnum: CaseIterable {
12391239

12401240
#endif // swift(>=4.2)
12411241

1242-
/// This proto includes a recusively nested message.
1242+
/// This proto includes a recursively nested message.
12431243
struct ProtobufUnittest_NestedTestAllTypes {
12441244
// SwiftProtobuf.Message conformance is added in an extension below. See the
12451245
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for

Reference/google/protobuf/unittest_proto3.pb.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ struct Proto3Unittest_TestUnpackedTypes {
581581
init() {}
582582
}
583583

584-
/// This proto includes a recusively nested message.
584+
/// This proto includes a recursively nested message.
585585
struct Proto3Unittest_NestedTestAllTypes {
586586
// SwiftProtobuf.Message conformance is added in an extension below. See the
587587
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for

Reference/google/protobuf/unittest_proto3_arena.pb.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ struct Proto3ArenaUnittest_TestUnpackedTypes {
581581
init() {}
582582
}
583583

584-
/// This proto includes a recusively nested message.
584+
/// This proto includes a recursively nested message.
585585
struct Proto3ArenaUnittest_NestedTestAllTypes {
586586
// SwiftProtobuf.Message conformance is added in an extension below. See the
587587
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for

Reference/google/protobuf/unittest_proto3_arena_lite.pb.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ struct Proto3ArenaLiteUnittest_TestUnpackedTypes {
572572
init() {}
573573
}
574574

575-
/// This proto includes a recusively nested message.
575+
/// This proto includes a recursively nested message.
576576
struct Proto3ArenaLiteUnittest_NestedTestAllTypes {
577577
// SwiftProtobuf.Message conformance is added in an extension below. See the
578578
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for

Reference/google/protobuf/unittest_proto3_lite.pb.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ struct Proto3LiteUnittest_TestUnpackedTypes {
572572
init() {}
573573
}
574574

575-
/// This proto includes a recusively nested message.
575+
/// This proto includes a recursively nested message.
576576
struct Proto3LiteUnittest_NestedTestAllTypes {
577577
// SwiftProtobuf.Message conformance is added in an extension below. See the
578578
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for

0 commit comments

Comments
 (0)