Skip to content

Commit fc83393

Browse files
author
John Haley
committed
Fix docs for generate code
1 parent c168e86 commit fc83393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/remote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Remote.lookup = lookupWrapper(Remote);
2626
* @param {Enums.DIRECTION} direction The direction for the connection
2727
* @param {RemoteCallbacks} callbacks The callback functions for the connection
2828
* @param {ProxyOptions} proxyOpts Proxy settings
29-
* @param {Array[String]} customHeaders extra HTTP headers to use
29+
* @param {Array<string>} customHeaders extra HTTP headers to use
3030
* @param {Function} callback
3131
* @return {Number} error code
3232
*/

0 commit comments

Comments
 (0)