Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Sudekum committed Aug 18, 2017
1 parent b766553 commit 1682c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OSRMTextInstructions/TokenType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public enum TokenType: Int, CustomStringConvertible {
type = .direction
case "nth":
type = .wayPoint
case "code":
case "ref":
type = .code
default:
return nil
Expand Down Expand Up @@ -64,7 +64,7 @@ public enum TokenType: Int, CustomStringConvertible {
case .wayPoint:
return "nth"
case .code:
return "code"
return "ref"
}
}
}

0 comments on commit 1682c90

Please sign in to comment.