Skip to content

Commit 06ecb82

Browse files
authored
Update circom-intro-brief.md
1 parent f39b80b commit 06ecb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zkEVM/concepts/circom-intro-brief.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $$
8686
\texttt{a} \times \texttt{b} \texttt{ - c = 0}
8787
$$
8888

89-
### The pragma instruction
89+
### The `pragma` instruction
9090

9191
The _pragma_ instruction specifies the version of the CIRCOM compiler being used. It is meant to ensure compatibility between the circuit and the compiler version. If the two are incompatible, the compiler throws a warning.
9292

0 commit comments

Comments
 (0)