Skip to content

Commit 43e0c33

Browse files
committed
chore: typo
1 parent 5fd5219 commit 43e0c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_SwiftSyntaxTestSupport/SourceEditsTestUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public func getEditsAndSources(_ source: String) -> (edits: ConcurrentEdits, ori
4949
let edits = try ConcurrentEdits(concurrent: concurrentEdits)
5050
return (edits, originalSource, editedSource)
5151
} catch {
52-
fatalError("ConcurrentEdits create by the test case do not satisfy ConcurrentEdits requirements, please check the test setup")
52+
fatalError("ConcurrentEdits created by the test case do not satisfy ConcurrentEdits requirements, please check the test setup")
5353
}
5454
}
5555

0 commit comments

Comments
 (0)