diff --git a/src/libcore/cell.rs b/src/libcore/cell.rs index 675fcef5e5ab..f0a94a634f5c 100644 --- a/src/libcore/cell.rs +++ b/src/libcore/cell.rs @@ -589,7 +589,7 @@ impl RefCell { /// /// # Panics /// - /// This function will panic if the `RefCell` has any outstanding borrows, + /// This function will panic if either `RefCell` has any outstanding borrows, /// whether or not they are full mutable borrows. #[inline] #[unstable(feature = "refcell_replace_swap", issue="43570")]