Skip to content

Commit 6a968c8

Browse files
committed
chore: update docs
1 parent e727aab commit 6a968c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)