浏览代码

Examples: Fix typo.

Mugen87 4 年之前
父节点
当前提交
72e9134658
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/jsm/postprocessing/Pass.js

+ 1 - 1
examples/jsm/postprocessing/Pass.js

@@ -34,7 +34,7 @@ Object.assign( Pass.prototype, {
 
 
 // Helper for passes that need to fill the viewport with a single quad.
 // Helper for passes that need to fill the viewport with a single quad.
 
 
-// Important: It's actually a hack to put FullScreenQuad into the Pass namesapce. This is only
+// Important: It's actually a hack to put FullScreenQuad into the Pass namespace. This is only
 // done to make examples/js code work. Normally, FullScreenQuad should be exported
 // done to make examples/js code work. Normally, FullScreenQuad should be exported
 // from this module like Pass.
 // from this module like Pass.