Skip to content

Commit 3b0f6f9

Browse files
IikeliKyle-Ye
authored andcommitted
Fix typo loacation to location.
1 parent 61fa1fb commit 3b0f6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/MarkdownTests/Infrastructure/SourceLoacationTests.swift renamed to Tests/MarkdownTests/Infrastructure/SourceLocationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@testable import Markdown
1212
import XCTest
1313

14-
class SourceLoacationTests: XCTestCase {
14+
class SourceLocationTests: XCTestCase {
1515
func testNonAsciiCharacterColumn() throws {
1616
func assertColumnNumberAssumesUTF8Encoding(text: String) throws {
1717
let document = Document(parsing: text)

0 commit comments

Comments
 (0)