Skip to content

Commit

Permalink
Remove incorrect comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTPate committed Apr 1, 2016
1 parent 50078d4 commit 8809d9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@ internals.generate = function () {

/**
* URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
*
* OR
*
* relative-ref = relative-part [ "?" query ] [ "#" fragment ]
*/
internals.rfc3986.uri = '^(?:' + internals.rfc3986.scheme + ':' + internals.rfc3986.hierPart + ')(?:\\?' + internals.rfc3986.query + ')?' + '(?:#' + internals.rfc3986.fragment + ')?$';
};
Expand Down

0 comments on commit 8809d9c

Please sign in to comment.