Skip to content

Commit 67f9ace

Browse files
committed
🐛 🔥 Misspelled variable
1 parent e4e3623 commit 67f9ace

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

data/templates/vuepress/interface.md.twig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@
3535
[{{ iname|trim('\\')|split('\\')|slice(0, -1)|join('\\') }}\\<span style="font-weight: bold;">{{ ishort }}</span>](/api/interfaces.html#{{ iname|lower|replace('\\', '-') }}) {{- '<br />' -}}
3636
{% endfor %}
3737

38-
{% for author in class.tags.author %}
38+
{% for author in interface.tags.author %}
3939
{% if loop.first %}- **Authors:**{% endif %}
4040

4141
- {{ author.description }}
4242
{%- endfor %}
4343

4444

45-
{% if class.tags.see is not empty or class.tags.link is not empty %}
45+
{% if interface.tags.see is not empty or interface.tags.link is not empty %}
4646
***See Also:***
4747

48-
{% for see in class.tags.see %}
48+
{% for see in interface.tags.see %}
4949
* `{{ see.reference }}` {% if see.description %}-{% endif %} {{ see.description }}
5050
{% endfor %}
5151

52-
{% for link in class.tags.link %}
52+
{% for link in interface.tags.link %}
5353
* [{{ link.description|default(link.link) }}]({{ link.link }})
5454
{% endfor %}
5555

56-
{% endif %}{# class.tags.see || class.tags.link #}
56+
{% endif %}{# interface.tags.see || interface.tags.link #}
5757

5858
### <span style="display: none;">{{ interface }}</span> Methods
5959
{# Lista de métodos públicos y protegidos #}

0 commit comments

Comments
 (0)