Skip to content

Commit 7e86cd9

Browse files
committed
Merge pull request #93 from grachyov/master
Fix typo
2 parents 5fe7948 + 53be1f4 commit 7e86cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IDE/complete_overridden_decls.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: FileCheck %s -check-prefix=OVER_MORE_DERIVED_1 < %t.over.txt
1212

1313
//===---
14-
//===--- Check that we don't show overridden decls (only show the overridding decl).
14+
//===--- Check that we don't show overridden decls (only show the overriding decl).
1515
//===---
1616

1717
class FooBase {}

0 commit comments

Comments
 (0)