Skip to content

Commit 79bb32d

Browse files
authored
Merge pull request swiftlang#40366 from eltociear/patch-26
2 parents b923fff + 48704e1 commit 79bb32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/decl/var/usage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ func testVariablesBoundInPatterns() {
502502
}
503503

504504
// Because Swift enables all kinds of creative binding forms, make sure that
505-
// variable patterns occuring directly under a `let` or `var` have that
505+
// variable patterns occurring directly under a `let` or `var` have that
506506
// introducer stripped by the fixit. All other cases are currently too
507507
// complicated for the VarDeclUsageChecker.
508508
switch StringB.simple(b: true) {

0 commit comments

Comments
 (0)