Skip to content

Commit

Permalink
feat: Add message name to header when multiple messages (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
schw4rzlicht authored Jun 2, 2020
1 parent 4481d82 commit fc54219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Accepts **one of** the following messages:

{% for msg in op.messages() -%}
##### Message #{{loop.index}}
##### Message `{{ msg.uid() }}`
{{ message(msg) }}
{% endfor -%}
{%- else -%}
Expand Down

0 comments on commit fc54219

Please sign in to comment.