Skip to content

Commit 97a9231

Browse files
authored
Merge pull request rust-lang#166 from pvmsikrsna/master
Added the missing }}
2 parents 688715c + 48ed0c4 commit 97a9231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

text/0064-contextual-component-lookup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ is a syntax similar to DSLs in Ruby:
7272
{{#great-toolbar role=user.role as |toolbar|}}
7373
{{toolbar.button}}
7474
{{toolbar.button orWith=additionalProperties}}
75-
{{/great-toolbar
75+
{{/great-toolbar}}
7676
```
7777

7878
As laid out in this proposal, the `great-toolbar` implementation would look

0 commit comments

Comments
 (0)