Refactor: Fix docstring for rankIcon function (#3029)

This commit is contained in:
Alexandr Garbuzov
2023-08-01 09:37:18 +03:00
committed by GitHub
parent cc47d8939d
commit 8bae143e27
+1 -1
View File
@@ -15,7 +15,7 @@ const icons = {
* Get rank icon
*
* @param {string} rankIcon - The rank icon type.
* @param {number} rankLevel - The rank level.
* @param {string} rankLevel - The rank level.
* @param {number} percentile - The rank percentile.
* @returns {string} - The SVG code of the rank icon
*/