Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/src/cellvar.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CellVar

A [`CellVar`](https://mimoo.github.io/noname/rustdoc/var/struct.CellVar.html) type is a type that represents an internal variable. Importantly, it is named after the fact that it relates to a specific cell, or even multiple cells if they will have the same value (using some wiring), in the execution trace.
A `CellVar` type is a type that represents an internal variable. Importantly, it is named after the fact that it relates to a specific cell, or even multiple cells if they will have the same value (using some wiring), in the execution trace.

A `CellVar` looks like this:

Expand Down