Skip to content

Commit

Permalink
Merge pull request #219 from elkanatovey/patch-1
Browse files Browse the repository at this point in the history
Fix typo signals.md
  • Loading branch information
miguelis committed Jan 11, 2024
2 parents 3ec537e + e2211bd commit 96dafc6
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 96dafc6

Please sign in to comment.