Skip to content

Commit 9df26c1

Browse files
committed
Made PR change requests, including spurious colon and small english touch up
1 parent 7ed556c commit 9df26c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

books/RayTracingTheNextWeek.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@
16831683
</div>
16841684

16851685
<div class='together'>
1686-
We then add that scale to the `two_perlin_spheres()` scene description::
1686+
We then add that scale to the `two_perlin_spheres()` scene description:
16871687

16881688
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++
16891689
hittable_list two_perlin_spheres() {
@@ -2084,8 +2084,8 @@
20842084
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20852085
[Listing [rtw-stb-image]: <kbd>[rtw_stb_image.h]</kbd> Include the stb_image package]
20862086

2087-
The above assumes that you have copied the `stb_image.h` into a folder called `export`. Adjust as
2088-
per your directory structure.
2087+
The above assumes that you have copied the `stb_image.h` into a folder called `external`. Adjust
2088+
according to your directory structure.
20892089
</div>
20902090

20912091

0 commit comments

Comments
 (0)