Skip to content

Commit

Permalink
fixed swift 3 compiler crash
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyapuchka committed Jan 1, 2018
1 parent d6766b4 commit b542927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Lexer.swift
Expand Up @@ -194,4 +194,4 @@ extension String {
}
}

public typealias RangeLine = (content: String, number: UInt, offset: String.IndexDistance)
public typealias RangeLine = (content: String, number: UInt, offset: Int)

0 comments on commit b542927

Please sign in to comment.