Fix possessive "its" in docs and comments (#3998)
This PR fixes a number of places where we were incorrectly using "it's" where we needed to use the possessive "its". Release Notes: - N/A
This commit is contained in:
parent
1c77104050
commit
aff119b80a
15 changed files with 43 additions and 43 deletions
|
@ -1248,7 +1248,7 @@ impl SemanticIndex {
|
|||
impl Drop for JobHandle {
|
||||
fn drop(&mut self) {
|
||||
if let Some(inner) = Arc::get_mut(&mut self.tx) {
|
||||
// This is the last instance of the JobHandle (regardless of it's origin - whether it was cloned or not)
|
||||
// This is the last instance of the JobHandle (regardless of its origin - whether it was cloned or not)
|
||||
if let Some(tx) = inner.upgrade() {
|
||||
let mut tx = tx.lock();
|
||||
*tx.borrow_mut() -= 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue