Skip to content

Commit

Permalink
Update kani_metadata/src/harness.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
  • Loading branch information
celinval and zhassan-aws authored Jul 30, 2024
1 parent eb67857 commit 3b75f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kani_metadata/src/harness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub enum HarnessKind {
}

impl HarnessAttributes {
/// Create a new harness with of the provided kind.
/// Create a new harness of the provided kind.
pub fn new(kind: HarnessKind) -> HarnessAttributes {
HarnessAttributes {
kind,
Expand Down

0 comments on commit 3b75f2c

Please sign in to comment.