Skip to content

Commit a156af0

Browse files
committed
docs(api_split.pug): add "code" to parameter name
1 parent d2d0c01 commit a156af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api_split.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ block content
5757
- if (param.nested)
5858
ul(style="margin-top: 0.5em")
5959
li
60-
| #{param.name}
60+
| <code>#{param.name}</code>
6161
| <span class="method-type">&laquo;#{param.types}&raquo;</span> !{param.description}
6262
- else
6363
li.param
64-
| #{param.name}
64+
| <code>#{param.name}</code>
6565
| <span class="method-type">&laquo;#{param.types}&raquo;</span> !{param.description}
6666
if prop.return != null
6767
h5 Returns:

0 commit comments

Comments
 (0)