We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2386ed9 + 1933b74 commit 33d54c4Copy full SHA for 33d54c4
library/std/src/thread/mod.rs
@@ -116,7 +116,7 @@
116
//! Threads are able to have associated names for identification purposes. By default, spawned
117
//! threads are unnamed. To specify a name for a thread, build the thread with [`Builder`] and pass
118
//! the desired thread name to [`Builder::name`]. To retrieve the thread name from within the
119
-//! thread, use [`Thread::name`]. A couple examples of where the name of a thread gets used:
+//! thread, use [`Thread::name`]. A couple of examples where the name of a thread gets used:
120
//!
121
//! * If a panic occurs in a named thread, the thread name will be printed in the panic message.
122
//! * The thread name is provided to the OS where applicable (e.g., `pthread_setname_np` in
0 commit comments