Skip to content

Commit a0fa376

Browse files
authored
Merge pull request #282 from MozirDmitriy/broken-link
docs: remove broken link
2 parents ca6d4fb + 8268ca9 commit a0fa376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/src/cellvar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CellVar
22

3-
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.
3+
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.
44

55
A `CellVar` looks like this:
66

0 commit comments

Comments
 (0)