Skip to content

Commit

Permalink
Update docs/zkapps/o1js/gadgets.mdx
Browse files Browse the repository at this point in the history
Referring to the Gadgets namespace more clearly in the gadgets overview
  • Loading branch information
nicc authored Dec 6, 2023
1 parent 9da8ef1 commit ef12503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zkapps/o1js/gadgets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please note that zkApp programmability is not yet available on Mina Mainnet, but

Gadgets are small, reusable low-level building blocks that simplify the process of creating new cryptographic primitives. Most gadgets build upon custom gates and act as low-level accelerators in the proof system.

In o1js, you can import these provable and helper methods from the gadget namespace:
In o1js, you can import these provable and helper methods from the `Gadgets` namespace:

- [Bitwise Operations](/zkapps/o1js/bitwise-operations)

Expand Down

0 comments on commit ef12503

Please sign in to comment.