From 9af00b19256c51de3d700024357199287e6b8ad3 Mon Sep 17 00:00:00 2001 From: Johan Uhle Date: Mon, 17 Oct 2016 12:09:36 -0700 Subject: [PATCH] Docs: Rotaries can have exits as well --- docs/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http.md b/docs/http.md index 06bfdb3b5..f7515800a 100644 --- a/docs/http.md +++ b/docs/http.md @@ -572,7 +572,7 @@ step. | `type` | Description | |------------------------|---------------------------------------------------------------------------------------------------------------------------| - | `roundabout` | Number of the roundabout exit to take. If exit is `undefined` the destination is on the roundabout. | + | `roundabout`/`rotary` | Number of the roundabout exit to take. If exit is `undefined` the destination is on the roundabout. | | else | Indicates the number of intersections passed until the turn. Example instruction: `at the fourth intersection, turn left` |