Skip to content

Commit 5be8f4d

Browse files
mydeaLms24
andcommitted
Apply suggestions from code review
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 306e396 commit 5be8f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/scope.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface Scope {
5050
/** Add new event processor that will be called after {@link applyToEvent}. */
5151
addEventProcessor(callback: EventProcessor): this;
5252

53-
/** Get the data of this scope, which should be applied to an event. */
53+
/** Get the data of this scope, which is applied to an event during processing. */
5454
getScopeData(): ScopeData;
5555

5656
/**

0 commit comments

Comments
 (0)