Переглянути джерело

Merge pull request #14717 from Pyrolistical/RaytracingRenderer-typo

Fixed a typo
Mr.doob 7 роки тому
батько
коміт
eb5d999ba9
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
  * 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.
  * The workers compute the pixel values and this renderer simply paints it to the Canvas.
  *
  *
  * @author zz85 / http://github.com/zz85
  * @author zz85 / http://github.com/zz85