Skip to content

Commit

Permalink
docs: fix ignore return signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ppeeou committed Mar 20, 2024
1 parent 5d94880 commit cc1c554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/markdown-plugin/src/Signature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const FuncParameters = {
};

export const FuncReturn = {
text: "**Returns:**",
text: "<b>Returns:</b>",
skip: 2,
};

Expand Down

0 comments on commit cc1c554

Please sign in to comment.