From c37b23e0e0aef83335bbc807be8ee1ca7ab207a9 Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Sat, 26 Dec 2020 00:29:36 +0100
Subject: [PATCH] Fix favorites JSDoc

---
 src/gui/favorite.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/gui/favorite.js b/src/gui/favorite.js
index 1c6e89ba298..8a044709015 100644
--- a/src/gui/favorite.js
+++ b/src/gui/favorite.js
@@ -1,7 +1,6 @@
-
 /** Render a link that toggles the slave's favorite status
  * @param {App.Entity.SlaveState} slave
- * @returns {HTMLSpanElement}
+ * @returns {HTMLAnchorElement}
  */
 App.UI.favoriteToggle = function(slave) {
 	function favLink() {
-- 
GitLab