Skip to content

Commit 02b1927

Browse files
committed
fixes #597
1 parent 5a131f2 commit 02b1927

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xml/chapter5/section2/subsection3.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ function make_go_to_ef(inst, machine, labels, pc) {
734734
<INDEX><DECLARATION>go_to_dest</DECLARATION></INDEX>
735735
<NAME>go_to_go_to_dest</NAME>
736736
<REQUIRES>make_go_to</REQUIRES>
737-
<EXAMPLE>go_to_go_to_dest</EXAMPLE>
737+
<EXAMPLE>gcd_machine_complete_example</EXAMPLE>
738738
<JAVASCRIPT>
739739
function go_to(label) { return list("go_to", label); }
740740
<SHORT_SPACE/>
@@ -900,7 +900,7 @@ function make_perform_ef(inst, machine, labels, operations, pc) {
900900
<INDEX><DECLARATION>perform_action</DECLARATION></INDEX>
901901
<NAME>perform_perform_action</NAME>
902902
<REQUIRES>make_perform</REQUIRES>
903-
<EXAMPLE>perform_perform_action</EXAMPLE>
903+
<EXAMPLE>gcd_machine_complete_example</EXAMPLE>
904904
<JAVASCRIPT>
905905
function perform(action) { return list("perform", action); }
906906
<SHORT_SPACE/>

xml/others/04acknowledgements04.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ all aspire to.
134134
We are grateful to Jerry Saltzer and Jim Miller for
135135
helping us grapple with the mysteries of concurrency, and to
136136
Peter Szolovits and David McAllester for their contributions
137-
to the exposition of nondeterministic evaluation in chapter~4.
137+
to the exposition of nondeterministic evaluation in chapter<SPACE/>4.
138138
</TEXT>
139139
<TEXT>
140140
Many people have put in significant effort presenting this material at

0 commit comments

Comments
 (0)