Skip to content

Commit

Permalink
Added missing double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Nov 27, 2023
1 parent d3c5278 commit a50835b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boogie_ast/src/boogie_program/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pub struct Function {
return_type: Type,
// a body is optional (e.g. SMT built-ins)
body: Option<Expr>,
// Boogie attributes, e.g. `{:bvbuiltin "bvnot}`
// Boogie attributes, e.g. `{:bvbuiltin "bvnot"}`
attributes: Vec<String>,
}

Expand Down

0 comments on commit a50835b

Please sign in to comment.