@@ -176,7 +176,7 @@ impl<A> Array<A, Ix2>
176176 /// along the "growing axis". However, if the memory layout needs adjusting, the array must
177177 /// reallocate and move memory.
178178 ///
179- /// The operation leaves the existing data in place and is most efficent if one of these is
179+ /// The operation leaves the existing data in place and is most efficient if one of these is
180180 /// true:
181181 ///
182182 /// - The axis being appended to is the longest stride axis, i.e the array is in row major
@@ -221,7 +221,7 @@ impl<A> Array<A, Ix2>
221221 /// along the "growing axis". However, if the memory layout needs adjusting, the array must
222222 /// reallocate and move memory.
223223 ///
224- /// The operation leaves the existing data in place and is most efficent if one of these is
224+ /// The operation leaves the existing data in place and is most efficient if one of these is
225225 /// true:
226226 ///
227227 /// - The axis being appended to is the longest stride axis, i.e the array is in column major
@@ -510,7 +510,7 @@ where D: Dimension
510510 /// along the "growing axis". However, if the memory layout needs adjusting, the array must
511511 /// reallocate and move memory.
512512 ///
513- /// The operation leaves the existing data in place and is most efficent if `axis` is a
513+ /// The operation leaves the existing data in place and is most efficient if `axis` is a
514514 /// "growing axis" for the array, i.e. one of these is true:
515515 ///
516516 /// - The axis is the longest stride axis, for example the 0th axis in a C-layout or the
@@ -566,7 +566,7 @@ where D: Dimension
566566 /// along the "growing axis". However, if the memory layout needs adjusting, the array must
567567 /// reallocate and move memory.
568568 ///
569- /// The operation leaves the existing data in place and is most efficent if `axis` is a
569+ /// The operation leaves the existing data in place and is most efficient if `axis` is a
570570 /// "growing axis" for the array, i.e. one of these is true:
571571 ///
572572 /// - The axis is the longest stride axis, for example the 0th axis in a C-layout or the
0 commit comments