浏览代码

minor comment change (#1146)

Beshoy Kamel 2 年之前
父节点
当前提交
efa786f634
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      h2d/Object.hx

+ 1 - 1
h2d/Object.hx

@@ -495,7 +495,7 @@ class Object #if (domkit && !domkit_heaps) implements domkit.Model<h2d.Object> #
 	}
 
 	/**
-		Populates Matrix with current absolute object transform values. See `Object.getAbsPos` for up-to-date values.
+		Populates `m` with current absolute object transform values. See `Object.getAbsPos` for up-to-date values.
 	**/
 	@:dox(show)
 	function getMatrix( m : h2d.col.Matrix ) {