diff --git a/helpers.md b/helpers.md index 095e1c2b2ee..ad18d7623b7 100644 --- a/helpers.md +++ b/helpers.md @@ -604,7 +604,7 @@ This function also accepts wildcards and will set values on the target according ] */ -By default, any existing values are overwritten. If you wish to only set a value if it doesn't exist, you may pass `false` as the third argument: +By default, any existing values are overwritten. If you wish to only set a value if it doesn't exist, you may pass `false` as the fourth argument: $data = ['products' => ['desk' => ['price' => 100]]];