Skip to content

Commit

Permalink
Merge pull request #301 from abraj/patch-1
Browse files Browse the repository at this point in the history
Fix broken link: unknowns.md
  • Loading branch information
miguelis authored Dec 18, 2024
2 parents a0be4a4 + 61cd299 commit ddeb558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/docs/circom-language/circom-insight/unknowns.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unknowns

As expressions accepted during [constraint generation](../constraint-generation) can at most be quadratic only, certain checks and conditions are imposed on the use of unknown values at compile time.
As expressions accepted during [constraint generation](../../constraint-generation/) can at most be quadratic only, certain checks and conditions are imposed on the use of unknown values at compile time.

In circom, **constant values** and **template parameters** are always considered known, while **signals** are always considered unknown.

Expand Down

0 comments on commit ddeb558

Please sign in to comment.