Skip to content

Commit bb97c20

Browse files
committed
Restrict URI defn to string primitives
1 parent 3f1f8dd commit bb97c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/docs/jsdoc/typedefs/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@
258258
*/
259259

260260
/**
261-
* A string which is a valid URI.
261+
* A string primitive which is a valid URI.
262262
*
263-
* @typedef {(string|String)} URI
263+
* @typedef {string} URI
264264
*
265265
* @see [URI]{@link https://en.wikipedia.org/wiki/Uniform_Resource_Identifier}
266266
*/

0 commit comments

Comments
 (0)