Skip to content

Commit df09a26

Browse files
authored
Merge pull request #66754 from dimitribouniol/patch-1
2 parents f9abb02 + 1544c39 commit df09a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/TaskLocal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import Swift
3737
/// The default value is returned whenever the task-local is read
3838
/// from a context which either: has no task available to read the value from
3939
/// (e.g. a synchronous function, called without any asynchronous function in its call stack),
40-
///
40+
/// or no value was bound within the scope of the current task or any of its parent tasks.
4141
///
4242
/// ### Reading task-local values
4343
/// Reading task local values is simple and looks the same as-if reading a normal

0 commit comments

Comments
 (0)