Skip to content

Commit 7b75381

Browse files
authored
Fix enum comment error (#275)
1 parent 54332fc commit 7b75381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/IProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export enum ProviderState {
159159
*/
160160
SignedOut,
161161
/**
162-
* SignedIn = 1
162+
* SignedIn = 2
163163
*/
164164
SignedIn
165165
}

0 commit comments

Comments
 (0)