Skip to content

Commit

Permalink
docs(api_split.pug): add "code" to parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jul 23, 2022
1 parent d2d0c01 commit a156af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api_split.pug
Expand Up @@ -57,11 +57,11 @@ block content
- if (param.nested)
ul(style="margin-top: 0.5em")
li
| #{param.name}
| <code>#{param.name}</code>
| <span class="method-type">&laquo;#{param.types}&raquo;</span> !{param.description}
- else
li.param
| #{param.name}
| <code>#{param.name}</code>
| <span class="method-type">&laquo;#{param.types}&raquo;</span> !{param.description}
if prop.return != null
h5 Returns:
Expand Down

0 comments on commit a156af0

Please sign in to comment.