Skip to content

Commit

Permalink
Update noir_stdlib/src/mem.nr
Browse files Browse the repository at this point in the history
Co-authored-by: Michael J Klein <[email protected]>
  • Loading branch information
jfecher and michaeljklein authored Oct 9, 2024
1 parent 8bd1609 commit 4060c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir_stdlib/src/mem.nr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub fn zeroed<T>() -> T {}
/// both types are asserted to be equal. If not, a compilation error is issued.
///
/// This function is useful for types using arithmetic generics for cases
/// which the compiler otherwise cannot prove as equal during type checking.
/// which the compiler otherwise cannot prove equal during type checking.
/// You can use this to obtain a value of the correct type while still asserting
/// that it is equal to the previous.
#[builtin(checked_transmute)]
Expand Down

0 comments on commit 4060c2a

Please sign in to comment.