@@ -445,7 +445,7 @@ impl<T> Vec<T> {
445
445
///
446
446
/// # Panics
447
447
///
448
- /// Panics if the new capacity exceeds `isize::MAX` bytes .
448
+ /// Panics if the new capacity exceeds `isize::MAX` _bytes_ .
449
449
///
450
450
/// # Examples
451
451
///
@@ -633,7 +633,7 @@ impl<T, A: Allocator> Vec<T, A> {
633
633
///
634
634
/// # Panics
635
635
///
636
- /// Panics if the new capacity exceeds `isize::MAX` bytes .
636
+ /// Panics if the new capacity exceeds `isize::MAX` _bytes_ .
637
637
///
638
638
/// # Examples
639
639
///
@@ -896,7 +896,7 @@ impl<T, A: Allocator> Vec<T, A> {
896
896
///
897
897
/// # Panics
898
898
///
899
- /// Panics if the new capacity exceeds `isize::MAX` bytes .
899
+ /// Panics if the new capacity exceeds `isize::MAX` _bytes_ .
900
900
///
901
901
/// # Examples
902
902
///
@@ -926,7 +926,7 @@ impl<T, A: Allocator> Vec<T, A> {
926
926
///
927
927
/// # Panics
928
928
///
929
- /// Panics if the new capacity exceeds `isize::MAX` bytes .
929
+ /// Panics if the new capacity exceeds `isize::MAX` _bytes_ .
930
930
///
931
931
/// # Examples
932
932
///
@@ -1900,7 +1900,7 @@ impl<T, A: Allocator> Vec<T, A> {
1900
1900
///
1901
1901
/// # Panics
1902
1902
///
1903
- /// Panics if the new capacity exceeds `isize::MAX` bytes .
1903
+ /// Panics if the new capacity exceeds `isize::MAX` _bytes_ .
1904
1904
///
1905
1905
/// # Examples
1906
1906
///
@@ -2003,7 +2003,7 @@ impl<T, A: Allocator> Vec<T, A> {
2003
2003
///
2004
2004
/// # Panics
2005
2005
///
2006
- /// Panics if the new capacity exceeds `isize::MAX` bytes .
2006
+ /// Panics if the new capacity exceeds `isize::MAX` _bytes_ .
2007
2007
///
2008
2008
/// # Examples
2009
2009
///
0 commit comments