Skip to content

Commit 7b40a13

Browse files
committed
Fix prose to match code listing.
1 parent 4a296e8 commit 7b40a13

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
@@ -1351,7 +1351,7 @@ a file descriptor isn't safe to send across concurrency domains.
13511351
-->
13521352

13531353
In the code above,
1354-
the `NonsendableTemperatureReading` is a structure
1354+
the `FileDescriptor` is a structure
13551355
that meets the criteria to be implicitly sendable.
13561356
However, the extension makes its conformance to `Sendable` unavailable,
13571357
preventing the type from being sendable.

0 commit comments

Comments
 (0)