discordjs / website

The discord.js site what else
Other
183 stars 114 forks source link

fix: Show return descriptions #135

Closed Jiralite closed 2 years ago

Jiralite commented 2 years ago

The return of a function, method or type definition is possibly missing as well as always an array (if present). The current handling of the code made it so the return descriptions never showed as they did not take arrays into account. This was an oversight when rewriting some code, I guess.