Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Sudekum committed Apr 2, 2018
1 parent 0975682 commit 1711560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxDirections/MBLane.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Lane: NSObject, NSSecureCoding {


/**
Initialize a new `Lane` from an array of `LaneIndication`.
Initializes a new `Lane` using the given lane indications.
*/
public init(indications: LaneIndication) {
self.indications = indications
Expand Down

0 comments on commit 1711560

Please sign in to comment.