diff --git a/text/0000-named-blocks.md b/text/0000-named-blocks.md index d8d6996748..c1ee8961ec 100644 --- a/text/0000-named-blocks.md +++ b/text/0000-named-blocks.md @@ -389,13 +389,16 @@ can be expressed using the soaking syntax as follows: ```html {{#x-modal}} - <@header as |...@d|> - The title: {{@d.title}} - The data: {{@d.data}} + <@header as |@...d|> + The title: {{d.title}} + The data: {{d.data}} {{/x-modal}} ``` +(The `@` is not included as part of the identifier as that would +suggest it was a KV arg rather than essentially a hash of args.) + #### Block form of Unified Renderable syntax It should be possible to pass a block TO the