[gnome-shell-extensions] native-window-placement: Minor style fix



commit f637e81c8c19208d52bd8964a89082d335e972b0
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun Jul 10 03:08:16 2022 +0200

    native-window-placement: Minor style fix
    
    JSDoc prefer "object" over "Object", so update the doc comment
    accordingly.

 extensions/native-window-placement/extension.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/extensions/native-window-placement/extension.js b/extensions/native-window-placement/extension.js
index 7a4b4cf..78d4c7b 100644
--- a/extensions/native-window-placement/extension.js
+++ b/extensions/native-window-placement/extension.js
@@ -285,8 +285,8 @@ function enable() {
 }
 
 /**
- * @param {Object} object - object that was modified
- * @param {Object} injection - the map of previous injections
+ * @param {object} object - object that was modified
+ * @param {object} injection - the map of previous injections
  * @param {string} name - the @injection key that should be removed
  */
 function removeInjection(object, injection, name) {


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