Skip to content

Commit e8ef37d

Browse files
committed
Reword explaination of symbol table
In order to avoid the overloaded word "value".
1 parent 2045269 commit e8ef37d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/architectural/central-data-structures.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ erDiagram
5757
A `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

6464
In pseudocode, the type looks this:
6565

@@ -96,7 +96,7 @@ The `goto_programt` denoting the `body` of the function will be the subject of
9696
a more elaborate explanation in the next section.
9797

9898
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.
100100

101101
## goto_programt
102102

0 commit comments

Comments
 (0)