Skip to content

Commit

Permalink
Don't link a private method in tsdoc of a public method
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Sep 23, 2024
1 parent 9347069 commit 5237153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/room.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,7 @@ export class Room extends ReadReceipt<RoomEmittedEvents, RoomEventHandlerMap> {
}

/**
* Calls {@link processPollEvent} for a list of events.
* Process a list of poll events.
*
* @param events - List of events
*/
Expand Down

0 comments on commit 5237153

Please sign in to comment.