From 335362315c752ecfbd04a84ce69224d13f9d161c Mon Sep 17 00:00:00 2001 From: Kajari Ghosh Date: Mon, 13 Feb 2017 16:45:24 -0500 Subject: [PATCH] Correct a typo in the docs (#3706) Fix the typo of `summary` parameter table that was mislabeled `steps`. --- docs/http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/http.md b/docs/http.md index f7d1c5c11..cdfd6cc33 100644 --- a/docs/http.md +++ b/docs/http.md @@ -483,9 +483,9 @@ Represents a route between two waypoints. - `distance`: The distance traveled by this route leg, in `float` meters. - `duration`: The estimated travel time, in `float` number of seconds. - `weight`: The calculated weight of the route leg. -- `summary`: Summary of the route taken as `string`. Depends on the `steps` parameter: +- `summary`: Summary of the route taken as `string`. Depends on the `summary` parameter: -| steps | | +| summary | | |--------------|-----------------------------------------------------------------------| | true | Names of the two major roads used. Can be empty if route is too short.| | false | empty `string` |