diff --git a/src/bits/uint.rs b/src/bits/uint.rs index d9c1ad2..11b45d2 100644 --- a/src/bits/uint.rs +++ b/src/bits/uint.rs @@ -59,10 +59,10 @@ macro_rules! make_uint { } impl $name { - #[doc = "Construct a constant "] - #[doc = $r1cs_doc_name] - #[doc = " from the native "] - #[doc = $native_doc_name] + #[doc = "Construct a constant "] + #[doc = $r1cs_doc_name] + #[doc = " from the native "] + #[doc = $native_doc_name] #[doc = " type."] pub fn constant(value: $native) -> Self { let mut bits = [Boolean::FALSE; $size];