We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1494bc8 commit a439970Copy full SHA for a439970
src/components/ApiDocs/FunctionReturn.tsx
@@ -27,7 +27,7 @@ export const FunctionReturn = ({ functionReturn, sigName }) => {
27
Returns
28
</MDXHeading>
29
30
- {display}
+ <code>{display}</code>
31
32
{description}
33
</View>
0 commit comments