Skip to content

Commit 48704e1

Browse files
author
Ikko Ashimine
authored
Fix typo in usage.swift
occuring -> occurring
1 parent 8a7ca32 commit 48704e1

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)