docs(factor): update stale Player reference to Rating

Follow-up to the Player→Rating rename (2f5aa98); a doc comment in
team_sum.rs still referenced Player::performance().
This commit is contained in:
2026-04-24 10:44:26 +02:00
parent 2f5aa98eac
commit 88d54cb9f4

View File

@@ -6,8 +6,8 @@ use crate::{
/// Computes the weighted sum of player performances into a team-perf var. /// Computes the weighted sum of player performances into a team-perf var.
/// ///
/// Inputs are pre-computed player performance Gaussians (i.e., player priors /// Inputs are pre-computed player performance Gaussians (i.e., rating priors
/// already with beta² noise added via `Player::performance()`). The factor /// already with beta² noise added via `Rating::performance()`). The factor
/// runs once per game and writes the weighted sum to the output var. /// runs once per game and writes the weighted sum to the output var.
#[derive(Debug)] #[derive(Debug)]
#[allow(dead_code)] #[allow(dead_code)]