Skip to content

Commit

Permalink
fix doc references to code
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Jun 6, 2024
1 parent 4601b74 commit 33e7573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coverage_point_calculator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ pub struct RewardableRadio {
/// - If more than the allowed speedtests were provided, only the speedtests
/// considered are included here.
///
/// - When a radio covers boosted hexes, [location_trust_scores] will contain a
/// - When a radio covers boosted hexes, [CoveragePoints::location_trust_scores] will contain a
/// trust score _after_ the boosted hex restriction has been applied.
///
/// - When a radio is not eligible for boosted hex rewards, [covered_hexes] will
/// - When a radio is not eligible for boosted hex rewards, [CoveragePoints::covered_hexes] will
/// have no boosted_multiplier values.
///
#[derive(Debug)]
Expand Down

0 comments on commit 33e7573

Please sign in to comment.