Skip to content

Commit fd816cf

Browse files
TomAFrenchvezenovm
andauthored
chore: quick docs fix for #6839 (#6840)
Co-authored-by: Maxim Vezenov <[email protected]>
1 parent 9108df3 commit fd816cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/noir/concepts/data_types/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ example:
132132
```rust
133133
fn main() {
134134
let field = 2
135-
field.assert_max_bit_size(32);
135+
field.assert_max_bit_size::<32>();
136136
}
137137
```
138138

0 commit comments

Comments
 (0)