Skip to content

Commit 2bf4d57

Browse files
committed
Comma (,), not a semi-colon (;).
1 parent 8a7dd08 commit 2bf4d57

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
@@ -2810,7 +2810,7 @@
28102810

28112811
You now have a cool ray tracer! What next?
28122812

2813-
1. Lights. You can do this explicitly, by sending shadow rays to lights; or it can be done
2813+
1. Lights. You can do this explicitly, by sending shadow rays to lights, or it can be done
28142814
implicitly by making some objects emit light, biasing scattered rays toward them, and then
28152815
downweighting those rays to cancel out the bias. Both work. I am in the minority in favoring
28162816
the latter approach.

0 commit comments

Comments
 (0)