Skip to content

Commit

Permalink
Remove question mark
Browse files Browse the repository at this point in the history
  • Loading branch information
npm1 committed May 31, 2023
1 parent 4b9894f commit 357c228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ This specification introduces the {{IdentityUserInfo}} dictionary as well as the
};

[Exposed=Window, SecureContext] interface IdentityProvider {
static Promise<sequence<IdentityUserInfo>?> getUserInfo(IdentityProviderConfig config);
static Promise<sequence<IdentityUserInfo>> getUserInfo(IdentityProviderConfig config);
};
</pre>

Expand Down

0 comments on commit 357c228

Please sign in to comment.