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

Commit

Permalink
Fix directory structure example in Style Guide (#543)
Browse files Browse the repository at this point in the history
Updates package comments in directory structure example to match
documented style guide.
  • Loading branch information
hypnoglow authored Mar 25, 2020
1 parent e1c8282 commit b337d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ The following is an example of this in practice.
│   │   └── ccap.proto // package uber.finance.ccap.v1
│   └── payment
│   ├── v1
│   │   └── payment.proto // package uber.payment.v1
│   │   └── payment.proto // package uber.finance.payment.v1
│   └── v1beta1
│   └── payment.proto // package uber.payment.v1beta1
│   └── payment.proto // package uber.finance.payment.v1beta1
└── trip
├── v1
│   ├── trip_api.proto // package uber.trip.v1
Expand Down

0 comments on commit b337d63

Please sign in to comment.