Skip to content

Commit

Permalink
Fix syntax typo (uber#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
crewmanmud authored and Steve Ayers committed Jul 29, 2019
1 parent 4548219 commit b74ce42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ message VehicleState {
// The map is from key type to value type.
map<string, Order> order_id_to_order = 4;
// Timestamps are the exception, see below.
google.protobuf.Timestmp time = 5;
google.protobuf.Timestamp time = 5;
}
```

Expand Down

0 comments on commit b74ce42

Please sign in to comment.