Skip to content

Commit

Permalink
chore: quick docs fix for #6839 (#6840)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Vezenov <[email protected]>
  • Loading branch information
TomAFrench and vezenovm authored Dec 20, 2024
1 parent 9108df3 commit fd816cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/noir/concepts/data_types/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ example:
```rust
fn main() {
let field = 2
field.assert_max_bit_size(32);
field.assert_max_bit_size::<32>();
}
```

Expand Down

0 comments on commit fd816cf

Please sign in to comment.