Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit b337d63

Browse files
authored
Fix directory structure example in Style Guide (#543)
Updates package comments in directory structure example to match documented style guide.
1 parent e1c8282 commit b337d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ The following is an example of this in practice.
226226
│   │   └── ccap.proto // package uber.finance.ccap.v1
227227
│   └── payment
228228
│   ├── v1
229-
│   │   └── payment.proto // package uber.payment.v1
229+
│   │   └── payment.proto // package uber.finance.payment.v1
230230
│   └── v1beta1
231-
│   └── payment.proto // package uber.payment.v1beta1
231+
│   └── payment.proto // package uber.finance.payment.v1beta1
232232
└── trip
233233
├── v1
234234
│   ├── trip_api.proto // package uber.trip.v1

0 commit comments

Comments
 (0)