chore(docs): fix rendering of methods' this type

This commit is contained in:
George Kalpakas
2018-11-06 16:05:12 +02:00
parent c3f6123de9
commit 7240f31824
2 changed files with 3 additions and 3 deletions
@@ -17,7 +17,7 @@
{% endif %}
{% if method.this %}
<h4>Method's {% code %}this{% endcode %}</h4>
<h4>Method's `this`</h4>
{$ method.this | marked $}
{% endif %}
@@ -1,4 +1,4 @@
{% if doc.this %}
<h3>Method's {% code %}this{% endcode %}</h3>
<h3>Method's `this`</h3>
{$ doc.this | marked $}
{% endif %}
{% endif %}