Skip to content

Commit 834c63b

Browse files
committed
Fix a typo in isolated conformance example.
1 parent d32afa1 commit 834c63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/LanguageGuide/Concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ conforming types also conform to `Sendable` or `SendableMetatype`:
19031903
public protocol Error: Sendable {}
19041904

19051905
public protocol ModelFactory: SendableMetatype {
1906-
func create() -> Self
1906+
static func create() -> Self
19071907
}
19081908
```
19091909

0 commit comments

Comments
 (0)