Skip to content

Commit 24f4d6b

Browse files
committed
spelling: throws
Signed-off-by: Josh Soref <[email protected]>
1 parent 0763d5a commit 24f4d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IDE/complete_concurrency_specifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
func testSpecifier() #^SPECIFIER^#
2525
func testSpecifierWithAsync() async #^SPECIFIER_WITHASYNC^#
2626
func testSpecifierWithThrows() throws #^SPECIFIER_WITHTHROWS^#
27-
func testSpecifierWithAsyncThorws() async throws #^SPECIFIER_WITHASYNCTHROWS^#
27+
func testSpecifierWithAsyncThrows() async throws #^SPECIFIER_WITHASYNCTHROWS^#
2828

2929
func testTypeSpecifier(_: () #^TYPE_SPECIFIER?check=SPECIFIER^#) {}
3030
func testTypeSpecifierWithAsync(_: () async #^TYPE_SPECIFIER_WITHASYNC?check=SPECIFIER_WITHASYNC^#) {}

0 commit comments

Comments
 (0)