We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77171fe commit c847360Copy full SHA for c847360
1 file changed
src/types.ts
@@ -92,7 +92,7 @@ export type DeepPartial<T> = T extends object ? {
92
} : T;
93
94
/**
95
- * An item in the final standings of an elimination stage. Each item represents a {@link Participant}.
+ * An item in the final standings of an elimination stage. Each item represents a participant.
96
*/
97
export interface FinalStandingsItem {
98
id: Id,
@@ -101,7 +101,7 @@ export interface FinalStandingsItem {
101
}
102
103
104
- * An item in the final standings of a round-robin stage. Each item represents a {@link Participant}.
+ * An item in the final standings of a round-robin stage. Each item represents a participant.
105
106
export interface RoundRobinFinalStandingsItem extends RankingItem {
107
groupId: Id,
0 commit comments