Skip to content

Commit

Permalink
abc: Fix documentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Apr 11, 2023
1 parent d360076 commit 62a1587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics/abc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::*;
/// Official paper and definition:
///
/// Fitzpatrick, Jerry (1997). "Applying the ABC metric to C, C++ and Java". C++ Report.
/// https://www.softwarerenovation.com/Articles.aspx
/// <https://www.softwarerenovation.com/Articles.aspx>
#[derive(Debug, Clone)]
pub struct Stats {
assignments: f64,
Expand Down

0 comments on commit 62a1587

Please sign in to comment.