We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b3ce9 commit 67360d0Copy full SHA for 67360d0
packages/hub/src/scope.ts
@@ -85,7 +85,7 @@ export class Scope {
85
86
/**
87
* Updates user context information for future events.
88
- * @param user User context object to merge into current context.
+ * @param user User context object to be set in the current context.
89
*/
90
public setUser(user: User): Scope {
91
this.user = safeNormalize(user);
0 commit comments