From bbcc728a070a1249072f8496f6b4bee5f72c807a Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Fri, 10 Jun 2016 09:42:13 +0200 Subject: [PATCH] Update http.md clarify "new name" instruction --- docs/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http.md b/docs/http.md index f4a13911c..1b02153e4 100644 --- a/docs/http.md +++ b/docs/http.md @@ -485,7 +485,7 @@ step. | `type` | Description | |-------------------|--------------------------------------------------------------| | turn | a basic turn into direction of the `modifier` | - | new name | no turn is taken, but the road name changes. The Road can take a turn itself, following `modifier` | + | new name | no turn is taken/possible, but the road name changes. The road can take a turn itself, following `modifier`. | | depart | indicates the departure of the leg | | arrive | indicates the destination of the leg | | merge | merge onto a street (e.g. getting on the highway from a ramp, the `modifier specifies the direction of the merge`) |