Skip to content

Commit 5500d86

Browse files
committed
remove apostrophe where it's is not used as a contraction
1 parent 348d844 commit 5500d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/local_data.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl<T: 'static> LocalData for T {}
7272
//
7373
// One of the most important operations is loaning a value via `get` to a
7474
// caller. In doing so, the slot that the TLS entry is occupying cannot be
75-
// invalidated because upon returning it's loan state must be updated. Currently
75+
// invalidated because upon returning its loan state must be updated. Currently
7676
// the TLS map is a vector, but this is possibly dangerous because the vector
7777
// can be reallocated/moved when new values are pushed onto it.
7878
//

0 commit comments

Comments
 (0)