Skip to content

Commit 4c4174e

Browse files
committed
Show that goto_functionst is a map not a list
1 parent 87dc9a3 commit 4c4174e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/architectural/central-data-structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In pseudocode, the type looks this:
6565

6666
```js
6767
type goto_modelt {
68-
type goto_functionst = list<goto_functiont>
68+
type goto_functionst = map<identifier, goto_functiont>
6969
type symbol_tablet = map<identifier, symbolt>
7070
}
7171
```

0 commit comments

Comments
 (0)