Skip to content

Commit 847d42a

Browse files
authored
Merge pull request #946 from RayTracing/fix-typo
Fix typo in book 1, section 7.2
2 parents b041c92 + 4cb6851 commit 847d42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

books/RayTracingInOneWeekend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@
14651465

14661466
<div class='together'>
14671467
Now's a good time to create a `camera` class to manage our virtual camera and the related tasks of
1468-
scene scampling. The following class implements a simple camera using the axis-aligned camera from
1468+
scene sampling. The following class implements a simple camera using the axis-aligned camera from
14691469
before:
14701470

14711471
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++

0 commit comments

Comments
 (0)