File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ export interface UriConfig {
347347 * Some example short-hand URIs (utilizing inference):
348348 * ipfs/QmHASH -> wrap://ipfs/QmHASH
349349 * https://domain.com -> wrap://https/domain.com
350- *
350+ *
351351 * URI inference is performed in the following ways:
352352 * 1. If wrap:// is missing, it will be added.
353353 * 2. If non-wrap schema exists, it becomes the authority.
@@ -439,7 +439,7 @@ export class Uri {
439439 * @param uri - a string representation of a wrap URI
440440 * @returns A Result containing a UriConfig, if successful, or an error
441441 */
442- public static parseUri(uri : string ): Result <UriConfig , Error >
442+ public static parseUri(input : string ): Result <UriConfig , Error >
443443` ` `
444444
445445##### from
You can’t perform that action at this time.
0 commit comments