Skip to content

Commit a1ac013

Browse files
committed
fix: comment
1 parent ac212e8 commit a1ac013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Std/Sync/Context.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public import Std.Internal.Async.Select
1616
public section
1717

1818
/-!
19-
This module provides the `Context` type for hierarchical cancellation management with a tree-structured
20-
cancellation context where cancelling a parent automatically cancels all child contexts.
19+
This module provides a tree-structured cancellation context called `Context` where cancelling a parent
20+
automatically cancels all child contexts.
2121
-/
2222

2323
namespace Std

0 commit comments

Comments
 (0)