Skip to content

Commit

Permalink
Fix documentation typo (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
wawel37 authored Oct 1, 2024
1 parent 0366ff0 commit 253bed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/procedural-macro.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pub fn some(token_stream: TokenStream) -> ProcMacroResult {
resolution through Scarb dependencies system (same as regular packages).
- The procedural macro source code will be compiled on Scarb users system only.
- Enabling this target means that the package does not contain any Cairo code.
- This target is be _exclusive_:
- This target is _exclusive_:
- It blocks defining other targets for the package, not even `lib`.
- It will also not be possible to declare dependencies, or specify Cairo compiler settings, it won't make sense for
these packages.
Expand Down

0 comments on commit 253bed7

Please sign in to comment.