Skip to content

Commit 8f0e0c2

Browse files
Merge pull request #70536 from kateinoigakukun/pr-3625f96eaf4dbdc691300cc27177e08e0f977735
[Gardening] Fix typo `createAsyncTaskInGroupWithExecutor` in Builtins.def
2 parents e2d4208 + 2fae697 commit 8f0e0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Builtins.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ BUILTIN_MISC_OPERATION_WITH_SILGEN(CreateAsyncTaskInGroup,
997997
BUILTIN_MISC_OPERATION_WITH_SILGEN(CreateAsyncTaskWithExecutor,
998998
"createAsyncTaskWithExecutor", "", Special)
999999

1000-
/// createAsyncTaskWithExecutor(): (
1000+
/// createAsyncTaskInGroupWithExecutor(): (
10011001
/// Int, // flags
10021002
/// Builtin.RawPointer, // group
10031003
/// Builtin.Executor, // executor

0 commit comments

Comments
 (0)