Skip to content

Commit a622eec

Browse files
authoredDec 16, 2021
Source docs more uniform; small doc bugs removed (#1187)
1 parent 1c7d342 commit a622eec

7 files changed

+8
-7
lines changed
 

‎docs/md/README_1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ of Computer Programs, JavaScript Adaptation</a> (SICP JS).
77

88
On the right, you see all predeclared names of Source §1, in alphabetical
99
order. Click on a name to see how it is defined and used.
10-
These names come in two groups:
10+
They come in these groups:
1111
<ul>
1212
<li>
1313
<a href="../MISC/index.html">MISC</a>: Miscellaneous constants and functions

‎docs/md/README_2.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ of Computer Programs, JavaScript Adaptation</a> (SICP JS).
66
## What names are predeclared in Source §2?
77

88
On the right, you see all predeclared names of Source §2, in alphabetical
9-
order. Click on a name to see how it is used. They come in these three groups:
9+
order. Click on a name to see how it is defined and used. They come in
10+
these groups:
1011
<ul>
1112
<li>
1213
<a href="../MISC/">MISC</a>: Miscellaneous constants and functions

‎docs/md/README_3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ of Computer Programs, JavaScript Adaptation</a> (SICP JS).
66
## What names are predeclared in Source §3?
77

88
On the right, you see all predeclared names of Source §3, in alphabetical
9-
order. Click on a name to see how it is used. They come in these two groups:
9+
order. Click on a name to see how it is defined and used. They come in these groups:
1010
<ul>
1111
<li>
1212
<a href="../MISC/index.html">MISC</a>: Miscellaneous constants and functions

‎docs/md/README_3_CONCURRENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ of Computer Programs, JavaScript Adaptation</a> (SICP JS).
66
## What names are predeclared in Source §3 Concurrent?
77

88
On the right, you see all predeclared names of Source §3 Concurrent, in alphabetical
9-
order. Click on a name to see how it is used.
9+
order. Click on a name to see how it is defined and used. They come in these groups:
1010
<ul>
1111
<li>
1212
<a href="../MISC/index.html">MISC</a>: Miscellaneous constants and functions

‎docs/md/README_3_NON-DET.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The program evaluator then automatically identifies the values that meet the req
1111
## What names are predeclared in Source §3 Non-Det?
1212

1313
On the right, you see all predeclared names of Source §3 Non-Det, in alphabetical
14-
order. Click on a name to see how it is used.
14+
order. Click on a name to see how it is defined and used. They come in these groups:
1515
<ul>
1616
<li>
1717
<a href="../MISC/index.html">MISC</a>: Miscellaneous constants and functions

‎docs/md/README_4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ of Computer Programs, JavaScript Adaptation</a> (SICP JS).
66
## What names are predeclared in Source §4?
77

88
On the right, you see all predeclared names of Source §4, in alphabetical
9-
order. Click on a name to see how it is used. They come in these two groups:
9+
order. Click on a name to see how it is defined and used. They come in these groups:
1010
<ul>
1111
<li>
1212
<a href="../MISC/index.html">MISC</a>: Miscellaneous constants and functions

‎docs/md/README_4_GPU.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ by making use of their GPUs!
44
## What names are predeclared in Source §4 GPU?
55

66
On the right, you see all predeclared names of Source §4, in alphabetical
7-
order. Click on a name to see how it is used. They come in these two groups:
7+
order. Click on a name to see how it is defined and used. They come in these groups:
88
<ul>
99
<li>
1010
<a href="../MISC/index.html">MISC</a>: Miscellaneous constants and functions

0 commit comments

Comments
 (0)
Please sign in to comment.