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 f64bebb commit 154cd80Copy full SHA for 154cd80
lib/node_modules/@stdlib/net/disposable-http-server/lib/validate.js
@@ -39,7 +39,7 @@ var format = require( '@stdlib/string/format' );
39
* @param {(Buffer|string)} [options.html] - HTML content to serve
40
* @param {(Buffer|string)} [options.javascript] - JavaScript script to serve
41
* @param {boolean} [options.open] - indicates whether to launch a web browser
42
-* @returns {Error|null} error or null
+* @returns {(Error|null)} error or null
43
*
44
* @example
45
* var options = {
0 commit comments