Skip to content

Commit c847360

Browse files
committed
Fix docs
1 parent 77171fe commit c847360

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export type DeepPartial<T> = T extends object ? {
9292
} : T;
9393

9494
/**
95-
* An item in the final standings of an elimination stage. Each item represents a {@link Participant}.
95+
* An item in the final standings of an elimination stage. Each item represents a participant.
9696
*/
9797
export interface FinalStandingsItem {
9898
id: Id,
@@ -101,7 +101,7 @@ export interface FinalStandingsItem {
101101
}
102102

103103
/**
104-
* An item in the final standings of a round-robin stage. Each item represents a {@link Participant}.
104+
* An item in the final standings of a round-robin stage. Each item represents a participant.
105105
*/
106106
export interface RoundRobinFinalStandingsItem extends RankingItem {
107107
groupId: Id,

0 commit comments

Comments
 (0)