Skip to content

Commit 14022c8

Browse files
authored
Adjust wording for conciseness
1 parent d0841c7 commit 14022c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/thread/local.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ use crate::fmt;
88

99
/// A thread local storage (TLS) key which owns its contents.
1010
///
11-
/// This key uses the fastest possible implementation available to it for the
12-
/// target platform. It is instantiated with the [`thread_local!`] macro and the
11+
/// This key uses the fastest implementation available on the target platform.
12+
/// It is instantiated with the [`thread_local!`] macro and the
1313
/// primary method is the [`with`] method, though there are helpers to make
1414
/// working with [`Cell`] types easier.
1515
///

0 commit comments

Comments
 (0)