Skip to content

Commit 1289977

Browse files
authored
Fix extremely minor typo I found (#34896)
1 parent 373992d commit 1289977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/grpc-for-wcf-developers/protobuf-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ For values that require explicit null, such as using `int?` in your C# code, Pro
9999
```protobuf
100100
syntax = "proto3"
101101
102-
import "google/protobuf/wrappers.proto"
102+
import "google/protobuf/wrappers.proto";
103103
104104
message Person {
105105

0 commit comments

Comments
 (0)