@@ -47,18 +47,18 @@ benefit.
4747
4848### What if a proto will never change?
4949
50- There are some situations where it is useful to have an unversioned proto.
51- These should generally apply to a complete product area or suite of APIs, not
52- just a single API. In these situations, it may be possible to add it to our
53- collections of common protos. Common protos are able to be used by many APIs,
54- and are always unversioned.
50+ There are some situations where it is useful to have an unversioned
51+ proto. These should generally apply to a complete organization or suite
52+ of APIs, not just a single API. In these situations, it may be possible
53+ to add it to our collections of common protos. Common protos are able to
54+ be used by many APIs, and are always unversioned.
5555
5656Common protos shall always have a package structure ending in ` type ` (e.g.
57- ` google.type ` , ` google.cloud.type ` ).
57+ ` google.type ` or ` google.cloud.type ` ).
5858
59- ** Warning:** This is a relatively rare occurrence. If you find yourself adding
60- protos to your PA 's ` type ` directory frequently, double-check that this is
61- actually where they belong.
59+ ** Warning:** This is a relatively rare occurrence. If you find yourself
60+ adding protos to your organizations 's ` type ` directory frequently,
61+ double-check that this is actually where they belong.
6262
6363For more information on common protos, consult [ AIP-213] [ ] .
6464
0 commit comments