Skip to content

Commit 88fb6f7

Browse files
committed
Replace "main" with "top level" in goto model explaination
Main suggests that there are other entities which hold goto, rather than expressing that all the other data structures are contained within the model.
1 parent 3291a85 commit 88fb6f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/architectural/central-data-structures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ CBMC and the assorted CProver tools.
66

77
## goto_modelt
88

9-
The `goto_modelt` is the main data structure that CBMC (and the other tools) use
10-
for holding the GOTO intermediate representation.
9+
The `goto_modelt` is the top-level data structure that CBMC (and the other
10+
tools) use for holding the GOTO intermediate representation.
1111

1212
A `goto_modelt` is effectively a pair, consisting of:
1313

0 commit comments

Comments
 (0)