Skip to content

Commit

Permalink
Merge pull request #255 from xiaoxianBoy/fix-typos
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
miguelis authored Dec 18, 2024
2 parents 9e5a950 + 6e92274 commit f263279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkdocs/docs/circom-language/formats/constraints-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ where the linear expression is represented by a dictionary with the signal numbe
```
{ "sig_num_l1": "coef_1", ... , "sig_num_lm": "coef_m"}`
```
If you also include the ```--sym``` flag, in the generated [sym file](sym.md) you can see the qualified name in the circom program associted to each signal number, with the signal number 0 always expressing the constant 1. This way we can express any constant by having it as coeficient of the signal 0.
If you also include the ```--sym``` flag, in the generated [sym file](sym.md) you can see the qualified name in the circom program associated to each signal number, with the signal number 0 always expressing the constant 1. This way we can express any constant by having it as coeficient of the signal 0.

Let us consider the following simple circuit in 'basic.circom':

Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/circom-language/formats/simplification-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >-
---
# Simplification substitution json format

The file contains a dictionary where the entries are the numbers of the simplified signals as a string and the values are the linear expresion that has replaced the signal.
The file contains a dictionary where the entries are the numbers of the simplified signals as a string and the values are the linear expression that has replaced the signal.
```
{
"sig_num_1": lin_expr_1,
Expand Down

0 comments on commit f263279

Please sign in to comment.