Skip to content

Commit

Permalink
fix closing tag (laravel#6784)
Browse files Browse the repository at this point in the history
binotaliu authored Jan 27, 2021
1 parent d8cc61a commit b00c81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.md
Original file line number Diff line number Diff line change
@@ -1983,7 +1983,7 @@ The `padRight` method wraps PHP's `str_pad` function, padding the right side of

// 'James '

<a name="method-fluent-str-pipe">
<a name="method-fluent-str-pipe"></a>
#### `pipe` {#collection-method}

The `pipe` method allows you to transform the string by passing its current value to the given callable:

0 comments on commit b00c81d

Please sign in to comment.