Skip to content

Commit 104cfce

Browse files
swigofhollasch
authored andcommitted
Remove trailing underscore
Resolves #1677
1 parent b11aadc commit 104cfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

books/RayTracingTheNextWeek.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
traversal algorithm should be smooth and not have to check for null pointers, so if I just have one
930930
element I duplicate it in each subtree. Checking explicitly for three elements and just following
931931
one recursion would probably help a little, but I figure the whole method will get optimized later.
932-
The following code uses three methods--`box_x_compare`, `box_y_compare_`, and `box_z_compare`--that
932+
The following code uses three methods--`box_x_compare`, `box_y_compare`, and `box_z_compare`--that
933933
we haven't yet defined.
934934

935935
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++

0 commit comments

Comments
 (0)