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
5757A ` goto_modelt ` is effectively a pair, consisting of:
5858
5959* 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.
6363
6464In pseudocode, the type looks this:
6565
@@ -96,7 +96,7 @@ The `goto_programt` denoting the `body` of the function will be the subject of
9696a more elaborate explanation in the next section.
9797
9898The ` 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 .
100100
101101## goto_programt
102102
You can’t perform that action at this time.
0 commit comments