Update routing.proto

This commit is contained in:
Asim Aslam
2021-09-01 07:24:09 +01:00
committed by GitHub
parent 66f365577c
commit 2e5af32faf

View File

@@ -60,7 +60,7 @@ message Direction {
message DirectionsRequest {
// The staring point for the journey
Point origin = 1;
// The destinationg of the journey
// The destination of the journey
Point destination = 2;
}