Skip to content

Commit

Permalink
minor comment touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon authored and waywardmonkeys committed Mar 28, 2023
1 parent a05c7ec commit 104e732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions z3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ pub struct FuncDecl<'ctx> {
/// # See also:
///
/// - [`RecFuncDecl::add_def`]
// Note for in-crate users: Never construct a `FuncDecl` directly; only use
// `FuncDecl::new()` which handles Z3 refcounting properly.
// Note for in-crate users: Never construct a `RecFuncDecl` directly; only use
// `RecFuncDecl::new()` which handles Z3 refcounting properly.
pub struct RecFuncDecl<'ctx> {
ctx: &'ctx Context,
z3_func_decl: Z3_func_decl,
Expand Down

0 comments on commit 104e732

Please sign in to comment.