We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949dec9 commit 3a2f677Copy full SHA for 3a2f677
CHANGELOG.md
@@ -17,6 +17,7 @@ Change Log / Ray Tracing in One Weekend
17
- Fix -- Fixed broken highlighting on some code listings (#1600)
18
19
### The Next Week
20
+ - Fix -- Add missing ellipsis in listing 2.62 (#1612)
21
22
### The Rest of Your Life
23
- Fix -- Fix typo of "arbitrary" (#1589)
books/RayTracingTheNextWeek.html
@@ -3537,6 +3537,7 @@
3537
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++
3538
3539
class quad : public hittable {
3540
+ ...
3541
};
3542
3543
0 commit comments