Skip to content

Commit

Permalink
Regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Jul 21, 2023
1 parent 656d883 commit 04f45c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ double render if they emit the result.

```erb
<%= super %> # double-renders
<% super %> # does not double-render
<% super %> # doesn't double-render
```

`super` also does not consider the current variant. `render_parent` renders the
`super` also doesn't consider the current variant. `render_parent` renders the
parent template considering the current variant and emits the result without
double-rendering.

Expand Down

0 comments on commit 04f45c5

Please sign in to comment.