Skip to content

Commit d5cb78c

Browse files
committed
Fix some coroutine sentences that don't make sense anymore.
These happened during the `generator` -> `coroutine` rename.
1 parent 50524e6 commit d5cb78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/ops/coroutine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub enum CoroutineState<Y, R> {
2929

3030
/// The trait implemented by builtin coroutine types.
3131
///
32-
/// Coroutines, also commonly referred to as coroutines, are currently an
32+
/// Coroutines are currently an
3333
/// experimental language feature in Rust. Added in [RFC 2033] coroutines are
3434
/// currently intended to primarily provide a building block for async/await
3535
/// syntax but will likely extend to also providing an ergonomic definition for

0 commit comments

Comments
 (0)