Skip to content

Commit 6efdedf

Browse files
authored
Merge pull request #630 from manas96/typo-fix-issue-629
Fixed book 2 Chapter 8.1 typo.
2 parents 7dbb6df + 605c3e3 commit 6efdedf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Change Log -- Ray Tracing in One Weekend
1616
that take `shared_ptr<texture>` arguments, simplifying calling code. This applies to the
1717
following classes: `checker_texture`, `constant_medium`, `diffuse_light`, and `lambertian`.
1818
(#516)
19+
- Fix: "Intance" typo in Chapter 8.1 to "Instance" (#629)
1920

2021
### _In One Weekend_
2122
- Change: Updated all rendered images except for 1.13, 1.14 (#179, #547, #548, #549, #550, #551,

books/RayTracingTheNextWeek.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,7 @@
22952295
</div>
22962296

22972297

2298-
Intance Translation
2298+
Instance Translation
22992299
--------------------
23002300
<div class='together'>
23012301
Whether you think of this as a move or a change of coordinates is up to you. The code for this, to

0 commit comments

Comments
 (0)