native-window-placement: Minor style fix

JSDoc prefer "object" over "Object", so update the doc comment
accordingly.
This commit is contained in:
Florian Müllner
2022-07-10 03:08:16 +02:00
parent ea82830a9f
commit f637e81c8c

View File

@@ -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) {