File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ erDiagram
57
57
A ` goto_modelt ` is effectively a pair, consisting of:
58
58
59
59
* A collection of GOTO functions.
60
- * A symbol table containing symbols which may be referred to by symbol
61
- expressions. Symbol expressions are found in the goto functions and the
62
- (sub-)expressions for the values of symbols.
60
+ * A symbol table containing symbol definitions which may be referred to by
61
+ symbol expressions. Symbol expressions are found in the goto functions and the
62
+ (sub-)expressions for the definitions of symbols.
63
63
64
64
In pseudocode, the type looks this:
65
65
@@ -96,7 +96,7 @@ The `goto_programt` denoting the `body` of the function will be the subject of
96
96
a more elaborate explanation in the next section.
97
97
98
98
The ` parameters ` subcomponent is a list of identifiers that are to be looked-up
99
- in the symbol-table for their values .
99
+ in the symbol-table for their definitions .
100
100
101
101
## goto_programt
102
102
You can’t perform that action at this time.
0 commit comments