Skip to content

Commit ae51dfb

Browse files
Minor cosmetic bugs
1 parent fce0d13 commit ae51dfb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

xml/chapter4/section4/subsection2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,8 +1354,8 @@ rule(lives_near(person_1, person_2),
13541354
assert(job(list("Bitdiddle", "Ben"), list("computer", "wizard")))
13551355

13561356
assert(rule(wheel(person),
1357-
and(supervisor(middle-manager, person),
1358-
supervisor(x, middle-manager))))
1357+
and(supervisor(middle_manager, person),
1358+
supervisor(x, middle_manager))))
13591359
</JAVASCRIPT>
13601360
</SNIPPET>
13611361
<INDEX>query interpreter<SUBINDEX>overview|)</SUBINDEX></INDEX>

xml/chapter4/section4/subsection4.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ function apply_a_rule(rule, query_pattern, query_frame) {
14601460
<JAVASCRIPT><JAVASCRIPTINLINE>rule_body</JAVASCRIPTINLINE></JAVASCRIPT>
14611461
</SPLITINLINE>
14621462
and <SCHEMEINLINE>conclusion</SCHEMEINLINE> that extract parts
1463-
of a rule are defined in section<SPACE/>7<REF NAME="sec:query-syntax"/>.
1463+
of a rule are defined in section<SPACE/><REF NAME="sec:query-syntax"/>.
14641464
</TEXT>
14651465

14661466
<TEXT>

xml/chapter5/chapter5.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<INDEX>Kepler, Johannes</INDEX>
4141
<ATTRIBUTION><AUTHOR>Johannes Kepler</AUTHOR>
42-
<DATE>(letter to Herwart von Hohenburg, 1605)</DATE>
42+
<DATE>letter to Herwart von Hohenburg, 1605</DATE>
4343
</ATTRIBUTION>
4444

4545
</EPIGRAPH>

0 commit comments

Comments
 (0)