Skip to content

Commit da2de80

Browse files
authored
fixes #1048 (#1049)
1 parent 3ff5fb5 commit da2de80

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

xml/chapter3/section5/subsection2.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,16 @@ const sin_series = pair(0, () => integrate_series(
13441344
<INDEX><USE>mul_series</USE></INDEX>
13451345
power series represented as streams of coefficients as in
13461346
exercise<SPACE/><REF NAME="ex:powerseries"/>, adding series is implemented
1347-
by <SCHEMEINLINE>add-streams</SCHEMEINLINE>. Complete the declaration of
1347+
by
1348+
<SPLITINLINE>
1349+
<SCHEME>
1350+
<SCHEMEINLINE>add-streams</SCHEMEINLINE>.
1351+
</SCHEME>
1352+
<JAVASCRIPT>
1353+
<JAVASCRIPTINLINE>add_streams</JAVASCRIPTINLINE>.
1354+
</JAVASCRIPT>
1355+
</SPLITINLINE>
1356+
Complete the declaration of
13481357
the following
13491358
<SPLITINLINE>
13501359
<SCHEME>procedure</SCHEME>

0 commit comments

Comments
 (0)