[polari] util: Adjust jsdoc comment



commit 28efc058abba78717868a5a31743ddd7040a08bb
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Sep 28 11:40:41 2022 +0200

    util: Adjust jsdoc comment
    
    Newer plugin versions prefer "object" over "Object".
    
    Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/262>

 src/utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/utils.js b/src/utils.js
index 4745c3e0..ad6f897c 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -267,7 +267,7 @@ async function _clearPassword(schema, account) {
 }
 
 /**
- * @typedef {Object} UrlMatch
+ * @typedef {object} UrlMatch
  * @property {string} url - the matched URL
  * @property {string} name - the user-visible name of the URL
  * @property {number} pos - the position of the match


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]