Skip to content

Commit

Permalink
Update field_presence.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryStrongFingers committed Sep 10, 2021
1 parent a52e00e commit c9dffbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/field_presence.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ If client A depends on _explicit presence_ for `foo`, then a "round trip" throug

## How to enable _explicit presence_ in proto3

These are the general steps to u field tracking support for proto3:
These are the general steps to use field tracking support for proto3:

1. Add an `optional` field to a `.proto` file.
1. Run `protoc` (at least v3.15, or v3.12 using `--experimental_allow_proto3_optional` flag).
Expand Down

0 comments on commit c9dffbf

Please sign in to comment.