Skip to content

Commit 1f54c52

Browse files
authored
Merge pull request #2364 from tokizuoh/tokizuoh-remove-dot
Remove bullet point before sample code
2 parents 049f5d4 + cd39a4f commit 1f54c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0316-global-actors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ A class can only be annotated with a global actor if it has no superclass, the s
276276
Declarations that are not explicitly annotated with either a global actor or `nonisolated` can infer global actor isolation from several different places:
277277

278278
* Subclasses infer actor isolation from their superclass:
279-
*
279+
280280
```swift
281281
class RemoteIconViewController: IconViewController { // implicitly @MainActor
282282
func connect() { ... } // implicitly @MainActor

0 commit comments

Comments
 (0)