Skip to content

Commit

Permalink
Update src/std_extensions/arithmetic/conversions.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alec Edgington <[email protected]>
  • Loading branch information
ss2165 and cqc-alec authored Jan 3, 2024
1 parent b0c686d commit 8f693ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std_extensions/arithmetic/conversions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ impl MakeOpDef for ConvertOpDef {
}

impl ConvertOpDef {
/// INitialise a conversion op with an integer log width type argument.
/// Initialise a conversion op with an integer log width type argument.
pub fn with_width(self, log_width: u8) -> ConvertOpType {
ConvertOpType {
def: self,
Expand Down

0 comments on commit 8f693ac

Please sign in to comment.