Skip to content

Commit

Permalink
noir doc update from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaki committed Jun 7, 2024
1 parent e87d6b0 commit 1a64619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir/noir-repo/docs/docs/noir/concepts/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ A few supported attributes include:
- **oracle**: mark the function as _oracle_; meaning it is an external unconstrained function, implemented in noir_js. See [Unconstrained](./unconstrained.md) and [NoirJS](../../reference/NoirJS/noir_js/index.md) for more details.
- **test**: mark the function as unit tests. See [Tests](../../tooling/testing.md) for more details

See the Noir compiler for the full list of supported attributes [here](https://github.com/noir-lang/noir/blob/master/compiler/noirc_frontend/src/lexer/token.rs#L631) (the `attribute` match inside the `Attribute` implementation).
See the Noir compiler for the full list of supported attributes [here](https://github.com/noir-lang/noir/blob/master/compiler/noirc_frontend/src/lexer/token.rs) (inside `let attribute = match &word_segments[..]` at the time of writing).

### Field Attribute

Expand Down

0 comments on commit 1a64619

Please sign in to comment.