Skip to content

Commit 4ade115

Browse files
committed
[Swift] NFC: Change display name for NonisolatedNonsendingByDefault to use modifier spelling
1 parent 382fba5 commit 4ade115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBUniversalPlatform/Specs/Swift.xcspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
Migrate = ( "-enable-upcoming-feature", "NonisolatedNonsendingByDefault:migrate" );
840840
No = ();
841841
};
842-
DisplayName = "Nonisolated Nonsending By Default";
842+
DisplayName = "nonisolated(nonsending) By Default";
843843
Category = "Upcoming Features";
844844
Description = "Runs nonisolated async functions on the caller's actor by default unless the function is explicitly marked `@concurrent`.";
845845
},

0 commit comments

Comments
 (0)