瀏覽代碼

Fixed a typo

Pyrolistical 7 年之前
父節點
當前提交
fc994f71a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/renderers/RaytracingRenderer.js

+ 1 - 1
examples/js/renderers/RaytracingRenderer.js

@@ -1,6 +1,6 @@
 /**
  * RaytracingRenderer renders by raytracing it's scene. However, it does not
- * compute the pixels itself but it hands off and coordinates the taks for workers.
+ * compute the pixels itself but it hands off and coordinates the tasks for workers.
  * The workers compute the pixel values and this renderer simply paints it to the Canvas.
  *
  * @author zz85 / http://github.com/zz85