Skip to content

Commit 599d0f8

Browse files
committed
spelling: with
Signed-off-by: Josh Soref <[email protected]>
1 parent a1cea45 commit 599d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IDE/complete_inout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct Foo {
1010
var myInt: Int
1111

1212
func bar() {
13-
let context = Bar(wihtInout: &self.#^COMPLETE_INOUT?check=CHECK^#)
13+
let context = Bar(withInout: &self.#^COMPLETE_INOUT?check=CHECK^#)
1414
let context = Bar(withPointer: &self.#^COMPLETE_POINTER?check=CHECK^#)
1515
}
1616
}

0 commit comments

Comments
 (0)