docs: Fix "it's" typos that should be "its" (#8690)
These all meant to use the possessive "its" rather than the contraction of "it is".
This commit is contained in:
parent
03f18053bb
commit
a84a3c0ebe
11 changed files with 23 additions and 23 deletions
|
@ -5489,7 +5489,7 @@ mod tests {
|
|||
workspace.update(cx, |workspace, cx| {
|
||||
// Since panel_2 was not visible on the right, we don't open the left dock.
|
||||
assert!(!workspace.left_dock().read(cx).is_open());
|
||||
// And the right dock is unaffected in it's displaying of panel_1
|
||||
// And the right dock is unaffected in its displaying of panel_1
|
||||
assert!(workspace.right_dock().read(cx).is_open());
|
||||
assert_eq!(
|
||||
workspace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue