diff --git a/src/gui/favorite.js b/src/gui/favorite.js
index 1c6e89ba298f847c588b2113b43cb8f9854bc76c..8a0447090154abb12f96f1ae2810b1eca1864cb4 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() {