From cf1a9ceb1e37e97bc62076212ffb92568408f4bf Mon Sep 17 00:00:00 2001 From: Ada Alakbarova <58857108+ada4a@users.noreply.github.com> Date: Mon, 19 May 2025 19:58:38 +0200 Subject: [PATCH] typo --- src/impl_methods.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/impl_methods.rs b/src/impl_methods.rs index 01a0a9a4d..0822ebd13 100644 --- a/src/impl_methods.rs +++ b/src/impl_methods.rs @@ -208,7 +208,7 @@ impl ArrayRef /// memory layout. Otherwise, the layout of the output array is unspecified. /// If you need a particular layout, you can allocate a new array with the /// desired memory layout and [`.assign()`](Self::assign) the data. - /// Alternatively, you can collectan iterator, like this for a result in + /// Alternatively, you can collect an iterator, like this for a result in /// standard layout: /// /// ```