Skip to content

Commit

Permalink
Update library/kani_macros/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Celina G. Val <celinval@amazon.com>
  • Loading branch information
JustusAdam and celinval committed Jun 28, 2023
1 parent 03eab7c commit be13831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/kani_macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub fn requires(attr: TokenStream, item: TokenStream) -> TokenStream {
///
/// This is part of the function contract API, together with [`requires`].
///
/// The contents of the attribute is a condtition over the input values to the
/// The contents of the attribute is a condition over the input values to the
/// annotated function *and* its return value, accessible as a variable called
/// `result`. All Rust syntax is supported, even calling other functions, but
/// the computations must be side effect free, e.g. it cannot perform I/O or use
Expand Down

0 comments on commit be13831

Please sign in to comment.