Skip to content

Commit

Permalink
Fix typo signals.md
Browse files Browse the repository at this point in the history
rephrase sentence to make sense
  • Loading branch information
elkanatovey committed Nov 20, 2023
1 parent 326981a commit e2211bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/docs/circom-language/signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ template Multiplier2(){
component main {public [in1,in2]} = Multiplier2();
```
Since circom 2.0.4, it is also allowed the initialization of intermediate and outputs signals right after their declaration. Then, the previous example can be rewritten as follows:
Since circom 2.0.4, it is also allowed to initialize intermediate and outputs signals right after their declaration. Then, the previous example can be rewritten as follows:

```text
pragma circom 2.0.0;
Expand Down

0 comments on commit e2211bd

Please sign in to comment.