Skip to content

Commit 7b1fcd6

Browse files
authored
Merge pull request #3127 from Ueeek/ueeek/fix-typo-NameLookupTests
typo: Avaialability -> Availability
2 parents 638901a + acff7c1 commit 7b1fcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftLexicalLookupTest/NameLookupTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ final class testNameLookup: XCTestCase {
717717
)
718718
}
719719

720-
func testTypeDeclAvaialabilityInSequentialScope() {
720+
func testTypeDeclAvailabilityInSequentialScope() {
721721
let declExpectation: [ResultExpectation] = [
722722
.fromScope(
723723
CodeBlockSyntax.self,

0 commit comments

Comments
 (0)