We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec05ff0 commit 01b1bbeCopy full SHA for 01b1bbe
javascript/atoms/locators/locators.js
@@ -94,7 +94,7 @@ bot.locators.add = function(name, strategy) {
94
* Object.prototype, if any exists.
95
*
96
* @param {Object} target The object to pick a key from.
97
- * @return {string?} The key or null if the object is empty.
+ * @return {?string} The key or null if the object is empty.
98
*/
99
bot.locators.getOnlyKey = function(target) {
100
for (var k in target) {
0 commit comments