Skip to content

Commit

Permalink
chore: Typo in oracles how to (#6598)
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm authored Nov 22, 2024
1 parent 7216f08 commit b934669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how_to/how-to-oracles.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This guide has 3 major steps:

An oracle is defined in a Noir program by defining two methods:

- An unconstrained method - This tells the compiler that it is executing an [unconstrained functions](../noir/concepts//unconstrained.md).
- An unconstrained method - This tells the compiler that it is executing an [unconstrained function](../noir/concepts//unconstrained.md).
- A decorated oracle method - This tells the compiler that this method is an RPC call.

An example of an oracle that returns a `Field` would be:
Expand Down

0 comments on commit b934669

Please sign in to comment.