Skip to content

Commit 889f8ef

Browse files
docs: fix mismatched return type (#7172)
Co-authored-by: Jay <[email protected]>
1 parent 7b197ef commit 889f8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/InterceptorManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class InterceptorManager {
3030
*
3131
* @param {Number} id The ID that was returned by `use`
3232
*
33-
* @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
33+
* @returns {void}
3434
*/
3535
eject(id) {
3636
if (this.handlers[id]) {

0 commit comments

Comments
 (0)