Skip to content

Commit ae5a3a2

Browse files
authored
Merge branch 'main' into patch-1
2 parents f1bf7e9 + b66a175 commit ae5a3a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1208
-1109
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Dart, Go, Ruby, PHP, and C#, with more languages to come.
9393
<ol>
9494
9595
<li>
96-
<a href="https://github.com/protocolbuffers/protobuf#protocol-compiler-installation">Download
96+
<a href="https://github.com/protocolbuffers/protobuf#protobuf-compiler-installation">Download
9797
and install</a> the protocol buffer compiler.
9898
</li>
9999

content/editions/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ message Person {
224224
string name = 1;
225225
int32 id = 2 [features.presence = IMPLICIT];
226226
227-
enum Pay_Type
227+
enum Pay_Type {
228228
PAY_TYPE_UNSPECIFIED = 1,
229229
PAY_TYPE_SALARY = 2,
230230
PAY_TYPE_HOURLY = 3

content/getting-started/cpptutorial.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ The generated code includes a `PhoneType` enum that corresponds to your `.proto`
278278
enum. You can refer to this type as `Person::PhoneType` and its values as
279279
`Person::PHONE_TYPE_MOBILE`, `Person::PHONE_TYPE_HOME`, and
280280
`Person::PHONE_TYPE_WORK` (the implementation details are a little more
281-
complicated, but you don't need to understand them to use the
282-
enum).
281+
complicated, but you don't need to understand them to use the enum).
283282
284283
The compiler has also generated a nested class for you called
285284
`Person::PhoneNumber`. If you look at the code, you can see that the "real"

content/news/2022-05-06.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title = "Changes announced May 6, 2022"
3-
weight = 27
43
linkTitle = "May 6, 2022"
54
toc_hide = "true"
65
description = "Changes announced for Protocol Buffers on May 6, 2022."

content/news/2022-07-06.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title = "Changes announced July 6, 2022"
3-
weight = 26
43
linkTitle = "July 6, 2022"
54
toc_hide = "true"
65
description = "Changes announced for Protocol Buffers on July 6, 2022."

content/news/2022-08-03.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title = "Changes announced August 3, 2022"
3-
weight = 25
43
linkTitle = "August 3, 2022"
54
toc_hide = "true"
65
description = "Changes announced for Protocol Buffers on August 3, 2022."

content/news/2023-04-11.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title = "Changes announced April 11, 2023"
3-
weight = 24
43
linkTitle = "April 11, 2023"
54
toc_hide = "true"
65
description = "Changes announced for Protocol Buffers on April 11, 2023."

content/news/2023-04-20.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title = "Changes announced April 20, 2023"
3-
weight = 23
43
linkTitle = "April 20, 2023"
54
toc_hide = "true"
65
description = "Changes announced for Protocol Buffers on April 20, 2023."

content/news/2023-04-28.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title = "Changes announced April 28, 2023"
3-
weight = 22
43
linkTitle = "April 28, 2023"
54
toc_hide = "true"
65
description = "Changes announced for Protocol Buffers on April 28, 2023."

content/news/2023-06-29.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title = "Changes Announced on June 29, 2023"
3-
weight = 21
43
linkTitle = "June 29, 2023"
54
toc_hide = "true"
65
description = "Changes announced for Protocol Buffers on June 29, 2023."

0 commit comments

Comments
 (0)