Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Dec 1, 2023
1 parent df3995a commit 356e201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std_extensions/arithmetic/int_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ lazy_static! {
pub static ref EXTENSION: Extension = extension();
}

/// get an integer type variable, given the integer type definition
/// get an integer type with width corresponding to a type variable with id `var_size`
pub(super) fn int_tv(var_id: usize) -> Type {
Type::new_extension(
EXTENSION
Expand Down

0 comments on commit 356e201

Please sign in to comment.