We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348d844 commit 5500d86Copy full SHA for 5500d86
src/libstd/local_data.rs
@@ -72,7 +72,7 @@ impl<T: 'static> LocalData for T {}
72
//
73
// One of the most important operations is loaning a value via `get` to a
74
// 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
+// invalidated because upon returning its loan state must be updated. Currently
76
// the TLS map is a vector, but this is possibly dangerous because the vector
77
// can be reallocated/moved when new values are pushed onto it.
78
0 commit comments