Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fischor committed Nov 20, 2023
1 parent 7d6971a commit a6692b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/protoc-gen-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ message OperationInfo {
}
```

Note that the option is a `MethodOption` and that field number `1049` was assigned to it.
Note that the extension is a `MethodOption` extension and that field number `1049` was assigned to it.
The extension is used on methods like this, see [../protos/acme/library/v1/library.proto](../protos/acme/library/v1/library.proto):

```proto
Expand Down

0 comments on commit a6692b4

Please # to comment.