From d6aa391c11d96ec3873e5534739ccb74d42e9a32 Mon Sep 17 00:00:00 2001 From: Austin White Date: Tue, 9 Mar 2021 08:38:21 -0800 Subject: [PATCH 1/2] Fix typo and punctuation --- helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.md b/helpers.md index d1c89d01408..0f197ea2543 100644 --- a/helpers.md +++ b/helpers.md @@ -786,7 +786,7 @@ The `Arr::where` method filters an array using the given closure: #### `Arr::wrap()` {#collection-method} -The `Arr::wrap` method wraps the given value in an array. If the given value is already an array it be returned without modification: +The `Arr::wrap` method wraps the given value in an array. If the given value is already an array, it will be returned without modification: use Illuminate\Support\Arr; From 04c54a5e5526096084bea518d5a8bb599b8d4b21 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 9 Mar 2021 16:52:45 -0600 Subject: [PATCH 2/2] Update helpers.md --- helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.md b/helpers.md index 0f197ea2543..e6c7cb17735 100644 --- a/helpers.md +++ b/helpers.md @@ -786,7 +786,7 @@ The `Arr::where` method filters an array using the given closure: #### `Arr::wrap()` {#collection-method} -The `Arr::wrap` method wraps the given value in an array. If the given value is already an array, it will be returned without modification: +The `Arr::wrap` method wraps the given value in an array. If the given value is already an array it will be returned without modification: use Illuminate\Support\Arr;