Skip to content

Commit 8b8827b

Browse files
authored
Merge pull request #614 from shaunplee/dev-patch
Correct typo: "Intance Translation" -> "Instance Translation".
2 parents b997f18 + d25d3df commit 8b8827b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change Log -- Ray Tracing in One Weekend
44
# v3.1.2 (in progress)
55

66
### _In One Weekend_
7+
- Fix: Correct typo: "Intance Translation" -> "Instance Translation"
78
- Fix: Corrected geometry type when computing distance between two points, final scene (#609)
89

910
### _The Rest of Your Life_

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)