Skip to content

Commit

Permalink
Update framework/summary_model/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Callum Dunster <cdunster@users.noreply.github.com>
  • Loading branch information
ThetaSinner and cdunster authored Oct 25, 2024
1 parent 79fe9b8 commit 0944728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/summary_model/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl RunSummary {
self.env.insert(key, value);
}

/// Computer a fingerprint for this run summary
/// Compute a fingerprint for this run summary
///
/// The fingerprint is intended to uniquely identify the configuration used to run the scenario.
/// It uses the
Expand Down

0 comments on commit 0944728

Please sign in to comment.