Skip to content

Commit f8208b1

Browse files
Update typedoc (#4419)
* Update typedoc * Don't link a private method in tsdoc of a public method --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Duros <[email protected]>
1 parent 092a59a commit f8208b1

File tree

2 files changed

+266
-28
lines changed

2 files changed

+266
-28
lines changed

src/models/room.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ export class Room extends ReadReceipt<RoomEmittedEvents, RoomEventHandlerMap> {
20962096
}
20972097

20982098
/**
2099-
* Calls {@link processPollEvent} for a list of events.
2099+
* Process a list of poll events.
21002100
*
21012101
* @param events - List of events
21022102
*/

0 commit comments

Comments
 (0)