Skip to content

Commit 9fe7196

Browse files
committed
Correct typo: "Intance Translation" -> "Instance Translation".
1 parent 3b3ee40 commit 9fe7196

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Change Log -- Ray Tracing in One Weekend
33

44
# v3.1.2 (in progress)
55

6+
### _In One Weekend_
7+
- Fix: Correct typo: "Intance Translation" -> "Instance Translation"
8+
69
### _The Rest of Your Life_
710
- Fix: Missing closing parenthesis in listing 10 (#603)
811
- Fix: Tiny improvements to the lambertian::scatter() development (#604)

books/RayTracingTheNextWeek.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,8 +2358,8 @@
23582358
</div>
23592359

23602360

2361-
Intance Translation
2362-
--------------------
2361+
Instance Translation
2362+
---------------------
23632363
<div class='together'>
23642364
Whether you think of this as a move or a change of coordinates is up to you. The code for this, to
23652365
move any underlying hittable is a _translate_ instance.

0 commit comments

Comments
 (0)