Skip to content

Commit 3a2f677

Browse files
committed
Add missing ellipsis in listing 2.62
Resolves #1612
1 parent 949dec9 commit 3a2f677

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Change Log / Ray Tracing in One Weekend
1717
- Fix -- Fixed broken highlighting on some code listings (#1600)
1818

1919
### The Next Week
20+
- Fix -- Add missing ellipsis in listing 2.62 (#1612)
2021

2122
### The Rest of Your Life
2223
- Fix -- Fix typo of "arbitrary" (#1589)

books/RayTracingTheNextWeek.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3537,6 +3537,7 @@
35373537
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++
35383538

35393539
class quad : public hittable {
3540+
...
35403541
};
35413542

35423543

0 commit comments

Comments
 (0)