Skip to content

Commit b684469

Browse files
authored
missing space (#846)
1 parent 2ea82fb commit b684469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services-matching/src/main/java/com/mapbox/api/matching/v5/MapboxMapMatching.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ public Builder addApproaches(@Nullable String... approaches) {
661661
* waypoints, but you can skip a coordinate and show its position with the ; separator.
662662
*
663663
* @param waypointNames Custom names for waypoints used for the arrival instruction.
664-
* @returnthis builder for chaining options together
664+
* @return this builder for chaining options together
665665
* @since 3.3.0
666666
*/
667667
public Builder addWaypointNames(@Nullable String... waypointNames) {

0 commit comments

Comments
 (0)