Skip to content

Commit b3b8604

Browse files
committed
Merge pull request laravel#1577 from jrean/patch-1
Update helpers.md
2 parents 5995408 + c05ff5e commit b3b8604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ The `response` function creates a [response](/docs/{{version}}/responses) instan
628628
<a name="method-value"></a>
629629
#### `value()` {#collection-method}
630630

631-
The `value` function's behavior will simply return the value it is given. However, if you pass a `Closure` to the function, the `Closure` will be executed the its result will be returned:
631+
The `value` function's behavior will simply return the value it is given. However, if you pass a `Closure` to the function, the `Closure` will be executed then its result will be returned:
632632

633633
$value = value(function() { return 'bar'; });
634634

0 commit comments

Comments
 (0)