Skip to content

Commit

Permalink
fix docs link to vec map example
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljklein committed Jul 25, 2024
1 parent 3992d63 commit 58e4ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/noir/standard_library/containers/boundedvec.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Creates a new vector of equal size by calling a closure on each element in this

Example:

#include_code bounded-vec-map-example noir_stdlib/src/collections/bounded_vec.nr rust
#include_code bounded-vec-map-example test_programs/noir_test_success/bounded_vec/src/main.nr rust

### any

Expand Down

0 comments on commit 58e4ec9

Please sign in to comment.