Skip to content

Commit

Permalink
Fix two typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Feb 13, 2024
1 parent 64cc930 commit 247d308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions z3-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ pub enum ErrorCode {
MemoutFail = generated::Z3_error_code::Z3_MEMOUT_FAIL as u32,
/// A file could not be accessed.
///
/// This corresponds to `Z3_FILE_ACCESS_ERRROR` in the C API.
/// This corresponds to `Z3_FILE_ACCESS_ERROR` in the C API.
FileAccessError = generated::Z3_error_code::Z3_FILE_ACCESS_ERROR as u32,
/// An error internal to Z3 occurred.
///
Expand Down Expand Up @@ -2976,7 +2976,7 @@ extern "C" {

/// Create a numeral of a int, bit-vector, or finite-domain sort.
///
/// This function can be use to create numerals that fit in a machine unsinged integer.
/// This function can be use to create numerals that fit in a machine unsigned integer.
/// It is slightly faster than [`Z3_mk_numeral`] since it is not necessary to parse a string.
///
/// # See also:
Expand Down

0 comments on commit 247d308

Please sign in to comment.