File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This naming scheme assumes the following algorithm for translating the Mapbox Di
11111 . Classify each indication as leftward or rightward:
1212 * If the array contains both leftward and rightward indications:
1313 * If ` valid_indication ` is leftward, prepend ` opposite ` to any rightward indication and set the ` flipped ` flag.
14- * If ` valid_indication ` is rightward , prepend ` opposite ` to any leftward indication.
14+ * Otherwise , prepend ` opposite ` to any leftward indication.
1515 * Otherwise, if the array contains a leftward indication, set the ` flipped ` flag.
16161 . For each indication, replace any occurrence of ` left ` or ` right ` with ` turn ` inside the indication.
17171 . If ` valid_indication ` is set, replace any occurrence of ` left ` or ` right ` with ` turn ` inside ` valid_indication ` .
You can’t perform that action at this time.
0 commit comments