Kaynağa Gözat

Update AssignNode.js

Fix typo.
Michael Herzog 1 yıl önce
ebeveyn
işleme
9d40e23976
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/nodes/core/AssignNode.js

+ 1 - 1
src/nodes/core/AssignNode.js

@@ -3,7 +3,7 @@ import { addMethodChaining, nodeProxy } from '../tsl/TSLCore.js';
 import { vectorComponents } from '../core/constants.js';
 
 /**
- * These node represents an assing operation. Meaning a node is assigned
+ * These node represents an assign operation. Meaning a node is assigned
  * to another node.
  *
  * @augments TempNode

粤ICP备19079148号