Browse Source

cosmetics: fix jsdoc comment

tophf 6 years ago
parent
commit
5feb0fc665
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/common/index.js

+ 2 - 2
src/common/index.js

@@ -92,8 +92,8 @@ const binaryTypes = [
 
 /**
  * Make a request.
- * @param {String} url
- * @param {Object} headers
+ * @param {string} url
+ * @param {RequestInit} options
  * @return Promise
  */
 export function request(url, options = {}) {