Skip to content

Commit 1399024

Browse files
committed
🎨 Include '( )' in the methods name (headers)
1 parent de0268e commit 1399024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/templates/vuepress/method-header.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
{% endif -%}
1010

1111
{{ include('method-anchor-ref.md.twig') }}
12-
{{- method.name }} {{ include('badges.md.twig', { elem: method }) }}
12+
{{- method.name }} ( ) {{ include('badges.md.twig', { elem: method }) }}
1313
-----

0 commit comments

Comments
 (0)