diff --git a/src/js/game/hud/parts/waypoints.js b/src/js/game/hud/parts/waypoints.js index 34bb2166..cc3243ff 100644 --- a/src/js/game/hud/parts/waypoints.js +++ b/src/js/game/hud/parts/waypoints.js @@ -271,7 +271,7 @@ export class HUDWaypoints extends BaseHUDPart { /** * Splits the waypoint label on its first whitespace. - * @param {string} waypoint label + * @param {string} label * @returns {[string, string]} */ splitWaypointLabel(label) {