Skip to content

Commit 66a015a

Browse files
authored
Merge pull request #736 from antoniogamiz/fix/typo
Fix typo in math expression, close #735
2 parents f16b10e + 9b1ff4c commit 66a015a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

books/RayTracingTheRestOfYourLife.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
328328
$$
329329
area(C'r, 0, 2) = \int_{0}^{2} C' r dr
330-
= \frac{C'r^2}{2} \biggr|_{r=2}^{r=0}
330+
= \frac{C'r^2}{2} \biggr|_{r=0}^{r=2}
331331
= \frac{C' \cdot 2^2}{2} - \frac{C' \cdot 0^2}{2}
332332
= 2C'
333333
$$

0 commit comments

Comments
 (0)