Skip to content

Commit 736b552

Browse files
committed
Fix
1 parent 73ac661 commit 736b552

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/bits/uint.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ macro_rules! make_uint {
5959
}
6060

6161
impl<F: Field> $name<F> {
62-
#[doc = "Construct a constant "]
63-
#[doc = $r1cs_doc_name]
64-
#[doc = " from the native "]
65-
#[doc = $native_doc_name]
62+
#[doc = "Construct a constant "]
63+
#[doc = $r1cs_doc_name]
64+
#[doc = " from the native "]
65+
#[doc = $native_doc_name]
6666
#[doc = " type."]
6767
pub fn constant(value: $native) -> Self {
6868
let mut bits = [Boolean::FALSE; $size];

0 commit comments

Comments
 (0)