Skip to content

Commit

Permalink
Update arrays.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clarus authored Oct 30, 2024
1 parent 0e974c2 commit b9d08ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/noir/concepts/data_types/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ So anywhere `self` appears, it refers to the variable `self: [T; N]`.
Returns the length of an array

```rust
fn len(self) -> Field
fn len(self) -> u32
```

example
Expand Down

0 comments on commit b9d08ea

Please sign in to comment.