浏览代码

Fixed inconsistency in quotes

Aldán Creo 4 年之前
父节点
当前提交
c1efdcceb2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/en/buildTools/Testing-with-NPM.html

+ 1 - 1
docs/manual/en/buildTools/Testing-with-NPM.html

@@ -153,7 +153,7 @@ $ npm install three --save-dev
 					the three.js object is available and working. Create test/verify-three.js containing:
 <code>
 var THREE = require('three');
-var assert = require("assert");
+var assert = require('assert');
 
 describe('The THREE object', function() {
   it('should have a defined BasicShadowMap constant', function() {