Skip to content

Commit b74ce42

Browse files
crewmanmudSteve Ayers
authored and
Steve Ayers
committed
Fix syntax typo (uber#478)
1 parent 4548219 commit b74ce42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ message VehicleState {
911911
// The map is from key type to value type.
912912
map<string, Order> order_id_to_order = 4;
913913
// Timestamps are the exception, see below.
914-
google.protobuf.Timestmp time = 5;
914+
google.protobuf.Timestamp time = 5;
915915
}
916916
```
917917

0 commit comments

Comments
 (0)