Skip to content

Commit eb5d999

Browse files
authored
Merge pull request #14717 from Pyrolistical/RaytracingRenderer-typo
Fixed a typo
2 parents f5d6296 + fc994f7 commit eb5d999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/renderers/RaytracingRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* RaytracingRenderer renders by raytracing it's scene. However, it does not
3-
* compute the pixels itself but it hands off and coordinates the taks for workers.
3+
* compute the pixels itself but it hands off and coordinates the tasks for workers.
44
* The workers compute the pixel values and this renderer simply paints it to the Canvas.
55
*
66
* @author zz85 / http://github.com/zz85

0 commit comments

Comments
 (0)