Skip to content

Commit 689ed6d

Browse files
committed
Address feedback
1 parent d22e0af commit 689ed6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-dom/src/client/ReactDOMComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ export function listenToEventResponderEventTypes(
13121312
document: Document,
13131313
): void {
13141314
if (enableFlareAPI) {
1315-
// Get the listening Set for this element. We use this to track
1315+
// Get the listening Map for this element. We use this to track
13161316
// what events we're listening to.
13171317
const listenerMap = getListenerMapForElement(document);
13181318

0 commit comments

Comments
 (0)