Skip to content

Commit 21c4017

Browse files
committed
Insert a pun
1 parent 4a16757 commit 21c4017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
//! # Lineage
6666
//!
6767
//! The cancellation system is a subset of `C#` [`CancellationToken / CancellationTokenSource`](https://docs.microsoft.com/en-us/dotnet/standard/threading/cancellation-in-managed-threads).
68-
//! The `StopToken / StopTokenSource` terminology is from C++ paper P0660: https://wg21.link/p0660.
68+
//! The `StopToken / StopTokenSource` terminology is borrowed from C++ paper P0660: https://wg21.link/p0660.
6969
7070
use std::pin::Pin;
7171
use std::task::{Context, Poll};

0 commit comments

Comments
 (0)