瀏覽代碼

Fix typo in comment.

clementlandrin 2 月之前
父節點
當前提交
6c9c566dc3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      h3d/prim/Primitive.hx

+ 1 - 1
h3d/prim/Primitive.hx

@@ -23,7 +23,7 @@ class Primitive {
 
 
 	/**
 	/**
 		Current amount of references to this Primitive.
 		Current amount of references to this Primitive.
-		Use `incref` and `decref` methods to affect this value. If it reaches 0, it will be atuomatically disposed.
+		Use `incref` and `decref` methods to affect this value. If it reaches 0, it will be automatically disposed.
 	**/
 	**/
 	public var refCount(default, null) : Int = 0;
 	public var refCount(default, null) : Int = 0;